码迷,mamicode.com
首页 > 其他好文 > 详细

Maven学习-编译遇到‘src/checkstyle/checkstyle-suppressions.xml‘

时间:2019-03-15 14:28:57      阅读:297      评论:0      收藏:0      [点我收藏+]

标签:png   ring   artifact   res   inf   bsp   引用   搭建   com   

一、问题描述

搭建Spring boot项目,编译时报错

技术图片

 

从报错上看不出具体问题出在哪里,然后上午那个搜索下,发现问题在于pom.xml使用了错误的parent。

以上报错引用的parent是

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>

二、解决问题
将parent改为

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>

问题就得到解决了

以上问题在此记录一下哈

 

Maven学习-编译遇到‘src/checkstyle/checkstyle-suppressions.xml‘

标签:png   ring   artifact   res   inf   bsp   引用   搭建   com   

原文地址:https://www.cnblogs.com/dudu2mama/p/10536718.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!