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

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

I\'ve added:


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


        
7条回答
  •  心在旅途
    2020-12-23 16:11

    You can enable annotation processors in IntelliJ via the following:

    1. Click on File
    2. Click on Settings
    3. In the little search box in the upper-left hand corner, search for "Annotation Processors"
    4. Check "Enable annotation processing"
    5. Click OK

提交回复
热议问题