ianbrandt
07/14/2021, 3:18 PM@ConfigurationProperties
data classes in my project with Kapt, Gradle, and IntelliJ. At some point along the line I started getting a red "Spring Boot Configuration Annotation Processor not configured" banner on my properties classes that wasn't there before.
There's at least some association going on. If I add a property to 'application.properties' that's not in my @ConfigurationProperties
class, I do get a "Cannot resolve configuration property" warning on that property.
I've created a reproducer here: https://github.com/ianbrandt/spring-kapt
I'm fairly certain there were no related changes to my project's configuration other than upgrades of Spring, Kapt, Gradle, and IntelliJ. I'm on the latest release versions of all of the above.
Am I missing something that would cause the red IntelliJ banner to now appear where it hadn't before?ianbrandt
07/14/2021, 3:23 PMianbrandt
07/14/2021, 3:26 PMianbrandt
07/14/2021, 3:27 PMianbrandt
07/14/2021, 3:39 PM