yangys
2024-04-04 ed4a5236bab800094be4a8378f5098eebe3de6ac
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 {