springboot configuration annotation processor not found in classpath
我在輸入ConfigurationProperties(prefix = "girl")后,出現springboot configuration annotation processor not found in classpath的提示,大約在視頻11:20秒處,有沒有人知道是什么原因???此外,如果跳過這個提示,直接敲完代碼運行,網頁是能顯示結果的?。?/p>
2018-06-13
2018-03-12
請問弄好了嗎?怎么弄的?
2018-01-05
在pom加入依賴后 要在idea右下角點擊improt change 或者選擇自動import
2017-12-30
我也遇到了同樣的問題
2017-12-18
加了這個依賴之后提示并沒有消失,只是從紅色變成了灰色,請問題主你結局了嗎
2017-11-03
加入依賴后,讓你更新的,其實當時不更新,也可以運行,主要是我不知道更新,是不是把idea關掉再打開
2017-10-23
要勾掉,還是不行的話檢查 yml配置文件有沒有問題
還是不行的話? 更新maven的依賴? 加入樓上的代碼
2017-09-11
springboot configuration annotation processor to update generated metadata
2017-09-11
我寫啦之后變成
springboot configuration annotation processor to updategenerated metadata
2017-09-11
在pom.xml里加
<dependency>
? <groupId>org.springframework.boot</groupId>
? <artifactId>spring-boot-configuration-processor</artifactId>
? <optional>true</optional>
</dependency>