Sprint Boot 学习Q&A
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Sprint Boot 学习Q&A相关的知识,希望对你有一定的参考价值。
[ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:2.1.11:revision (default) on project initializr-service: Could not complete Mojo execution...: Error: NullPointerException -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :initializr-service
添加插件的version号,和parent pom中的保持一致
<build>
<finalName>initializr-service</finalName>
<plugins>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>2.1.11</version>
以上是关于Sprint Boot 学习Q&A的主要内容,如果未能解决你的问题,请参考以下文章
[课程设计]Sprint One 总结&发表评论&团队贡献分
Sprint Boot @ConfigurationProperties 是不是与 Eclipse IDE 和 InteliJ IDEA 兼容?
机器学习应用——强化学习&课程总结 实例 “自主学习Flappy Bird游戏”(MDP&蒙特卡洛强化学习&Q-learning&DRL&DQN)