upgraded to spring boot 2.2 today and it supports ...
# spring
b
upgraded to spring boot 2.2 today and it supports @ConfigurationProperties for data classes, but how do I get rid of intellij warning me about the configuration processor not being on classpath?
I'm using kapt("org.springframework.bootspring boot configuration processor${DependencyVersions.springBootVersion}")
in my build.gradle.kts
s
Not sure, maybe create an issue on IDEA bugtracker
m
You could try to invalidate the Cache (File->Invalidate/Restart) and restart the IDE.