求大神告诉萌新 Springboot服务这个问题咋解决

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.426 s
[INFO] Finished at: 2018-09-06T23:32:35+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.0.4.RELEASE:run (default-cli) on projectXXXXXs: Could not exec java: Application finished with exit code: 1 -> [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

把maven的配置重新配置一下,然后把你本地打包的文件删了,重新编译。希望对你有帮助

https://blog.csdn.net/qq_30553235/article/details/79094315
看完这篇文章,应该会解决你的问题,我之前也遇到过类似问题。

把spring-boot里maven相关的插件代码注掉试试看