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