by su пре 3 година
родитељ
комит
10eb1ca932

+ 2 - 2
4dkankan-center-scene/src/main/java/com/fdkankan/scene/SceneApplication.java

@@ -9,10 +9,10 @@ import org.springframework.context.annotation.ComponentScan;
 import org.springframework.scheduling.annotation.EnableScheduling;
 
 @SpringBootApplication
-//@EnableFeignClients("com.fdkankan.*.api.feign")
+@EnableFeignClients("com.fdkankan.*.api.feign")
 @EnableDiscoveryClient
 @EnableScheduling
-@ComponentScan("*")
+@ComponentScan("com.fdkankan.common")
 @MapperScan("com.fdkankan.**.mapper")
 public class SceneApplication {