|
@@ -1,4 +1,4 @@
|
|
|
-package com.fdkankan.modeling;
|
|
|
+package com.fdkankan;
|
|
|
|
|
|
import org.springframework.boot.SpringApplication;
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
@@ -8,8 +8,9 @@ import org.springframework.context.annotation.ComponentScan;
|
|
|
|
|
|
@SpringBootApplication
|
|
|
@EnableDiscoveryClient
|
|
|
-@EnableFeignClients("com.fdkankan.*.api.feign")
|
|
|
-@ComponentScan("*")
|
|
|
+@EnableFeignClients
|
|
|
+// ("com.fdkankan.*.api.feign")
|
|
|
+//@ComponentScan("*")
|
|
|
public class ModelingApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|