Re-run Spring Boot Configuration Annotation Processor to update generated metadata

前端 未结 7 2280
傲寒
傲寒 2020-12-23 15:41

I\'ve added:


    org.springframework.boot
    spring-boot-configuration-processor         


        
7条回答
  •  死守一世寂寞
    2020-12-23 16:11

    None of the answers worked for me. If you just want to disable the message, go to Intellij Preferences -> Editor -> General -> Appearance, uncheck "Show Spring Boot metadata panel".

    However, you can also live with that message, if it does not bother you too much, so to make sure you don't miss any other Spring Boot metadata messages you may be interested in.

提交回复
热议问题