最佳答案
我补充道:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
根据 intellij
的要求/警告,转到我的 pom.xml
。
现在我看到了“重新运行 Spring 引导配置注释处理器以更新生成的元数据”。
我该怎么做 intellij
要求我做的事情?
这个链接 使用注释处理器生成您自己的元数据没有说明。