Springboot ,1开启配置与2.扫描包(控制层,service层)二个注解@EnableAutoConfiguration,@ComponentScan 合并成一个注解@SpringBoot
Posted gzhbk
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Springboot ,1开启配置与2.扫描包(控制层,service层)二个注解@EnableAutoConfiguration,@ComponentScan 合并成一个注解@SpringBoot相关的知识,希望对你有一定的参考价值。
//@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)
以上是关于Springboot ,1开启配置与2.扫描包(控制层,service层)二个注解@EnableAutoConfiguration,@ComponentScan 合并成一个注解@SpringBoot的主要内容,如果未能解决你的问题,请参考以下文章
spring boot jpa 配置了yml文件后怎么扫描包