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的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot的默认包扫描路径

SpringBoot入门-自动配置详解

MyBatis和Spring整合

spring boot jpa 配置了yml文件后怎么扫描包

SpringBoot默认开启AOP,采用Cglib代理方式?(Spring AOP快速入门)

SpringBoot默认开启AOP,采用Cglib代理方式?(Spring AOP快速入门)