1、从启动类删除@EnableConfigurationProperties注解 2、在注解的类上加上@Component 3、加上@PropertySource("classpath:xxx.properties")注解