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?
Bernhard
10/17/2019, 2:46 PM
I'm using kapt("org.springframework.bootspring boot configuration processor${DependencyVersions.springBootVersion}")
Bernhard
10/17/2019, 2:46 PM
in my build.gradle.kts
s
sdeleuze
10/18/2019, 10:29 AM
Not sure, maybe create an issue on IDEA bugtracker
m
molikuner
10/19/2019, 2:16 PM
You could try to invalidate the Cache (File->Invalidate/Restart) and restart the IDE.