//@EnableAutoConfiguration
//@ComponentScan(value= {"com.foen.cloud.controller.*","com.foen.cloud.service.impl"})
@SpringBootApplication(scanBasePackages= {"com.foen.cloud.controller.*","com.foen.cloud.service.impl"})
@SpringBootApplication(@EnableAutoConfiguration,ComponentScan)
原文地址:https://www.cnblogs.com/gzhbk/p/9692782.html
时间: 2024-10-22 04:43:37