草庐IT

EnableConfigurationProperties

全部标签

java - 如果 bean 已经用 @ConfigurationProperties 注释,@EnableConfigurationProperties 有什么区别?

TheSpringBootdocumentation说要使用@ConfigurationProperties注释Youalsoneedtolistthepropertiesclassestoregisterinthe@EnableConfigurationPropertiesannotation,asshowninthefollowingexample:并给出以下代码:@Configuration@EnableConfigurationProperties(AcmeProperties.class)publicclassMyConfiguration{}但在下一段中说:Evenifth