wxr 2022-11-22 交银理财威科先行数据写入建模

main
wangxuanran 2022-11-22 16:33:58 +08:00
parent a1dd155733
commit beb5b940a0
3 changed files with 29 additions and 2 deletions

7
DirectoryV2.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<trees>
<tree path="/src/main/java/weaver/xuanran/wang/traffic_bank" title="交银理财"/>
<tree path="/src/main/java/weaver/xuanran/wang/traffic_bank/job" title="计划任务"/>
<tree path="/src/main/java/weaver/youhong" title="艾有宏"/>
<tree path="/src/main/java/weaver/xuanran" title="王宣然"/>
</trees>

View File

@ -0,0 +1,20 @@
package weaver.xuanran.wang.traffic_bank.job;
import aiyh.utils.Util;
import org.apache.log4j.Logger;
import weaver.interfaces.schedule.BaseCronJob;
/**
* <h1></h1>
* @Author xuanran.wang
* @Date 2022/11/22 16:18
*/
public class WacoDataPushOA extends BaseCronJob {
private final Logger logger = Util.getLogger();
@Override
public void execute() {
}
}

View File

@ -16,8 +16,8 @@ public class BaseTest {
@Before @Before
public void before() { public void before() {
GCONST.setServerName("ecology"); GCONST.setServerName("ecology");
GCONST.setRootPath("/Users/aoey.oct.22/company/Fan_wei/code/idea/ecology9-project/src/main/resources/"); GCONST.setRootPath("F:\\wxr\\e9-project-ebu7-dev1\\src\\main\\resources\\");
GCONST.setSystemFilePath("/Users/aoey.oct.22/company/Fan_wei/code/idea/ecology9-project/src/main/resources/file"); GCONST.setSystemFilePath("F:\\wxr\\e9-project-ebu7-dev1\\src\\main\\resources\\file");
} }
@Test @Test