美文网首页
10 springboot打包遇到的问题

10 springboot打包遇到的问题

作者: lijiaccy | 来源:发表于2017-12-12 15:39 被阅读0次

项目写完,需要打包了,点击package



发现报错了
Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (checkstyle-validation) on project fsysb: Failed during checkstyle execution: Unable to find suppressions file at location: src/checkstyle/checkstyle-suppressions.xml: Could not find resource 'src/checkstyle/checkstyle-suppressions.xml'.


找了半天代码的问题,发现自己正常启动啥的,都没问题。最后还是google了一下,发现是我springboot的parent引入错误


不应该是spring-boot-parent,而是spring-boot-starter-parent
更改之后重新打包就没问题了。记一下,防止下回出现。

相关文章

网友评论

      本文标题:10 springboot打包遇到的问题

      本文链接:https://www.haomeiwen.com/subject/ublnixtx.html