Spring Boot Configuration Annotation Processor not found in classpath
SpringBootConfigurationAnnotationProcessornotfoundinclasspath今天的springboot需要将配置文件中的数据注入到实体类里面,但是有这样的警告,看着很不舒服我的实体类的注解是@Component@ConfigurationProperties(prefix="person")@PropertySource("classpath:appl