使用
@ConfigurationProperties()
注解时,IDE
突然爆出警告Spring Boot Configuration Annotation Processor not configured
,好在不影响项目运行,强迫症患者表示很不舒服。
1. 引入configuration-processor
的依赖
<dependency>
<groupId>org.springframework.bootgroupId>
<artifactId>spring-boot-configuration-processorartifactId>
<optional>trueoptional>
dependency>
2. 此时可能会出现Re-run Spring Boot Configuration Annotation Processor to update generated metadata
的提示,此时只需要隐藏提示或者重新编译项目即可。