src/test/java/cc/mrbird/febs/ProfitTest.java
@@ -39,6 +39,10 @@ @Autowired private IAgentService agentService; @Test public void dynamicProfit(){ agentService.BuyToSell(); } // @Autowired // private AgentConsumer agentConsumer; // @@ -97,7 +101,8 @@ @Test public void agentProfitTrade() { agentService.BuyToSell(); // agentService.timeGetOrderBuy(); // agentService.BuyToSell(); // try { // System.out.println(resourceLoader.getResource("classpath:lkl/api_private_key.pem").getInputStream()); // } catch (IOException e) {