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