Commit 26293416 by jianshuqin

解决BUG:Empty watch file list. Disabling

parent 974c6c75
...@@ -22,7 +22,7 @@ public class EbayFeeJob { ...@@ -22,7 +22,7 @@ public class EbayFeeJob {
@Resource @Resource
private SyncEbayFeeService service; private SyncEbayFeeService service;
@Scheduled(cron = "0 8 16 * * ?") @Scheduled(cron = "0 35 18 * * ?")
public void SyncEbayTransaction(){ public void SyncEbayTransaction(){
service.SyncEbayTransaction(); service.SyncEbayTransaction();
} }
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="60 seconds" debug="false"> <configuration scan="false" scanPeriod="60 seconds" debug="true">
<property name="contextName" value="bailuntec"/> <property name="contextName" value="bailuntec"/>
<property name="LOG_HOME" value="log"/> <property name="LOG_HOME" value="log"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment