1. 程式人生 > >spring boot configuration annotation processor not found in classpath

spring boot configuration annotation processor not found in classpath

spring boot configuration annotation processor not found in classpath

在pom.xml匯入依賴

<dependency>

  <groupId>org.springframework.boot</groupId>

  <artifactId>spring-boot-configuration-processor</artifactId>

  <optional>true</optional

>

</dependency>


1、首先要新增這個配置,並等待依賴更新完成。

2、如果出現:Re-run spring boot configuration annotation processor to update generate metadata。

忽略即可。大不了你重新編輯下。再大不了你重啟下IDEA。