任何一个标注了@Configuration的Java类定义都是一个JavaConfig配置类
常见注解
@Configuration
@Bean
@ComponentScan
@PropertySource和@PropertySources
@Import和@ImportResource
约定优先于配置
springboot学习
原文:https://www.cnblogs.com/FQQa/p/14024307.html