|
@@ -24,7 +24,6 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
|
@MapperScan("com.fdkankan.**.mapper")
|
|
@MapperScan("com.fdkankan.**.mapper")
|
|
@ForestScan(basePackages = "com.fdkankan.contro.httpclient")
|
|
@ForestScan(basePackages = "com.fdkankan.contro.httpclient")
|
|
@EnableDiscoveryClient
|
|
@EnableDiscoveryClient
|
|
-@ForestScan(basePackages = "com.fdkankan.contro.httpclient")
|
|
|
|
public class ModelingControlApplication {
|
|
public class ModelingControlApplication {
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
SpringApplication.run(ModelingControlApplication.class, args);
|
|
SpringApplication.run(ModelingControlApplication.class, args);
|