原文:spring boot configuration annotation processor not found in classpath

在pom.xml導入依賴 lt dependency gt lt groupId gt org.springframework.boot lt groupId gt lt artifactId gt spring boot configuration processor lt artifactId gt lt optional gt true lt optional gt lt dependen ...

2018-04-06 20:14 0 9971 推薦指數:

查看詳情

springboot configuration annotation processor not found in classpath問題

有時在springboot項目中會出現如下提示: 這是因為springboot默認使用yml中的配置,但有時候要用傳統的xml或properties配置,就需要使用spring-boot-configuration-processor了 解決方法: 在pom依賴對應依賴即可 ...

Thu May 14 23:36:00 CST 2020 0 688
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM