|
@@ -12,14 +12,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
|
|
@EnableFeignClients("com.fdkankan.*.api.feign")
|
|
|
@EnableDiscoveryClient
|
|
|
@EnableScheduling
|
|
|
-@ComponentScan(basePackages = {
|
|
|
- "com.fdkankan.*"
|
|
|
-// "com.fdkankan.scene",
|
|
|
-// "com.fdkankan.redis",
|
|
|
-// "com.fdkankan.mq",
|
|
|
-// "com.fdkankan.db",
|
|
|
-// "com.fdkankan.fyun",
|
|
|
-})
|
|
|
+@ComponentScan(basePackages = {"com.fdkankan.*"})
|
|
|
@MapperScan("com.fdkankan.**.mapper")
|
|
|
public class SceneApplication {
|
|
|
public static void main(String[] args) {
|