错误:No plugin found for prefix spring-boot in the current project and in the plugin groups
生活随笔
收集整理的這篇文章主要介紹了
错误:No plugin found for prefix spring-boot in the current project and in the plugin groups
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
前言
- maven 3.6.1
- springboot v2.1.x
在多模塊的 Maven 項目中,執行 mvn spring-boot:run -pl xxx.groupId:xxx.artifactId命令啟動某個 Module 。
錯誤:No plugin found for prefix spring-boot in the current project and in the plugin groups
在多模塊的 Maven 項目中,使用 spring-boot:run 執行啟動時,遇到錯誤:No plugin found for prefix spring-boot in the current project and in the plugin groups 。
鼓搗了半天,好了。
發生該錯誤應該是項目的當前配置中缺少spring-boot-maven-plugin插件所致。
分2種情況處理:
- 項目的父項目是 spring-boot-starter-parent,這種情況下應該不會出這個錯誤的。如果過出現了,可以檢查是否有拼寫錯誤
- 項目的父項目不是 spring-boot-starter-parent,但某一級父級項目的父項目是 spring-boot-starter-parent,同上。
- 項目的父項目不是 spring-boot-starter-parent,也不存在某一級父級項目的父項目是 spring-boot-starter-parent,那檢查是否未包含spring-boot-maven-plugin插件(本項目未包含時,手動添加)。
再次驗證真理:只要設置對,就不會出錯。
解決辦法:出現這個錯誤時,將設置修改對即可。對的設置,參考這里。
參考
No plugin found for prefix spring-boot in the current project and in the plugin groups異常解決
maven 多模塊項目關系
【sprinb-boot】maven 多模塊項目:單獨 spring-boot:run 某個模塊
總結
以上是生活随笔為你收集整理的错误:No plugin found for prefix spring-boot in the current project and in the plugin groups的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 优酷客户端如何进行账户登录与退出?
- 下一篇: qq运动打卡有什么用