1. 程式人生 > >springboot configuration annotation processor not found in classpath問題

springboot configuration annotation processor not found in classpath問題

springboot configuration annotation processor not found in classpath

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-configuration-processor</artifactId>
    <optional>true</optional>
</dependency>

在專案中新增完註解執行發現已經沒有問題了,但是IDEA還會提示:
這裡寫圖片描述

處女座的我看著也很難受,重啟IDEA重新整理maven都不好使,只能先這麼留著了,各位小夥伴有解決辦法歡迎留言告知哦~