나는 추가했다 :
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
나에게 pom.xml
당 intellij
의 요청 / 경고.
이제 "생성 된 메타 데이터를 업데이트하기 위해 Spring Boot Configuration Annotation Processor 다시 실행"이 표시됩니다.
어떻게해야하는지 intellij
해야 할 요청하는 이유는 무엇입니까?
이 링크, B.2 주석 프로세서를 사용하여 자체 메타 데이터 생성 에는 지침이 없습니다.