|
@@ -1,19 +1,14 @@
|
|
-package com.gyee.monitor.init;
|
|
|
|
|
|
+package com.gyee.knowledge.init;
|
|
|
|
|
|
|
|
|
|
-import com.gyee.common.model.auto.Windturbine;
|
|
|
|
-import com.gyee.common.service.IWindturbineService;
|
|
|
|
-import com.gyee.monitor.model.auto.Windpowerstation;
|
|
|
|
-import com.gyee.monitor.model.auto.Windpowerstationtestingpoint;
|
|
|
|
-import com.gyee.monitor.model.auto.Windpowerstationtestingpoint2;
|
|
|
|
-import com.gyee.monitor.model.auto.Windturbinetestingpointai2;
|
|
|
|
-import com.gyee.monitor.service.auto.IWindpowerstationService;
|
|
|
|
-import com.gyee.monitor.service.auto.IWindpowerstationtestingpoint2Service;
|
|
|
|
-import com.gyee.monitor.service.auto.IWindpowerstationtestingpointService;
|
|
|
|
-import com.gyee.monitor.service.auto.IWindturbinetestingpointai2Service;
|
|
|
|
|
|
+import com.gyee.knowledge.model.auto.Windpowerstation;
|
|
|
|
+import com.gyee.knowledge.model.auto.Windpowerstationtestingpoint;
|
|
|
|
+import com.gyee.knowledge.model.auto.Windpowerstationtestingpoint2;
|
|
|
|
+import com.gyee.knowledge.service.auto.IWindpowerstationService;
|
|
|
|
+import com.gyee.knowledge.service.auto.IWindpowerstationtestingpoint2Service;
|
|
|
|
+import com.gyee.knowledge.service.auto.IWindpowerstationtestingpointService;
|
|
import org.slf4j.Logger;
|
|
import org.slf4j.Logger;
|
|
import org.slf4j.LoggerFactory;
|
|
import org.slf4j.LoggerFactory;
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
import org.springframework.boot.CommandLineRunner;
|
|
import org.springframework.boot.CommandLineRunner;
|
|
import org.springframework.stereotype.Component;
|
|
import org.springframework.stereotype.Component;
|