|
@@ -1,6 +1,7 @@
|
|
package com.gyee.generation;
|
|
package com.gyee.generation;
|
|
|
|
|
|
import com.gyee.common.util.DateUtils;
|
|
import com.gyee.common.util.DateUtils;
|
|
|
|
+import com.gyee.generation.init.CacheContext;
|
|
import com.gyee.generation.service.Status_HF_Service;
|
|
import com.gyee.generation.service.Status_HF_Service;
|
|
import com.gyee.generation.util.SpringUtils;
|
|
import com.gyee.generation.util.SpringUtils;
|
|
import org.mybatis.spring.annotation.MapperScan;
|
|
import org.mybatis.spring.annotation.MapperScan;
|
|
@@ -22,7 +23,9 @@ public class GenerationMain {
|
|
|
|
|
|
SpringApplication.run(GenerationMain.class,args);
|
|
SpringApplication.run(GenerationMain.class,args);
|
|
|
|
|
|
-
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
Status_HF_Service status_HF_Service=SpringUtils.getBean("status_HF_Service");
|
|
Status_HF_Service status_HF_Service=SpringUtils.getBean("status_HF_Service");
|
|
|
|
|
|
while(true)
|
|
while(true)
|