|
@@ -1,6 +1,7 @@
|
|
|
package com.gyee.generation;
|
|
|
|
|
|
import com.gyee.common.util.DateUtils;
|
|
|
+import com.gyee.generation.init.CacheContext;
|
|
|
import com.gyee.generation.service.Status_HF_Service;
|
|
|
import com.gyee.generation.util.SpringUtils;
|
|
|
import org.mybatis.spring.annotation.MapperScan;
|
|
@@ -22,7 +23,9 @@ public class GenerationMain {
|
|
|
|
|
|
SpringApplication.run(GenerationMain.class,args);
|
|
|
|
|
|
-
|
|
|
+// CacheContext cacheContext=SpringUtils.getBean("cacheContext");
|
|
|
+// cacheContext.initial();
|
|
|
+// System.out.println("缓存完成!。。。。。。");
|
|
|
Status_HF_Service status_HF_Service=SpringUtils.getBean("status_HF_Service");
|
|
|
|
|
|
while(true)
|