| | |
| | | |
| | | @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 { |