yangys
2024-04-09 2f68a81d6016d439a50c045fe7b25b3e58b5b420
smart-man-boot/src/main/java/com/qianwen/smartman/Application.java
@@ -10,9 +10,8 @@
@EnableScheduling
@SpringBootApplication(exclude = {MongoAutoConfiguration.class})
//@ForestScan(basePackages = {"org.springblade.modules.dnc.forestClient", "org.springblade.modules.fms.forestClient", "org.springblade.modules.perf.forestClient"})
@ForestScan(basePackages = {"com.qianwen.modules.dnc.forestClient", "com.qianwen.modules.fms.forestClient", "com.qianwen.modules.perf.forestClient"})
@ForestScan(basePackages = {"com.qianwen.smartman.modules.dnc.forestClient", "com.qianwen.smartman.modules.fms.forestClient", "com.qianwen.smartman.modules.perf.forestClient"})
@EnableAsync
@EnableAdminServer
public class Application {