Pārlūkot izejas kodu

场景中心 test

by su 3 gadi atpakaļ
vecāks
revīzija
c2e13121b3

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

@@ -1,4 +1,4 @@
-package com.fdkankan;
+package com.fdkankan.scene;
 
 import org.mybatis.spring.annotation.MapperScan;
 import org.springframework.boot.SpringApplication;
@@ -9,11 +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("*")
 @MapperScan("com.fdkankan.**.mapper")
 public class SceneApplication {