SpringBoot哲学 Posted on 2016-03-19 Edited on 2022-02-07 In 技术框架 Spring-Annotation的哲学是要有开关: 例如当你使用@ConfigurationProperties时,必须要搭配EnableConfigurationProperties 例如当你使用AutoConfiguration配置在META-INF中时,必须搭配使用@EnableAutoConfiguration 例如当在测试用例中要使用某些bean上的AOP方法生效(通过ASPECTJ实现的),则可以对改bean打上@EnableAspectJAutoProxy