"Re-run Spring Boot Configuration Annotation Processor to update generated metadata" popup won't go away

已回答

Hi

 

How to make this notification go away *properly* (I know, I can just close it; but how to DO what it asks for?) I've run gradle compileJava, IDEA Build, etc, multiple times, to no avail. What is this inpection actually looking at and how to properly fix it (in Gradle-based project, if that matters) ?

 

I am using Ultimate 2018.3.6.

4

Hello,

It is just a reminder that configuration properties will not be available until you Make changes and annotation processor is re-run. See http://stackoverflow.com/a/34793756/723934 on how to disable the notification completely.

-6

I don't want to disable it! I want to understand how to make the required changes..what is this inspection checking for?

7

It's a notification, not an error/warning. Please see related issue: https://youtrack.jetbrains.com/issue/IDEA-161883

-6

请先登录再写评论。