mvn spring-boot: run
来源:3-2 后端框架搭建
慕数据4226701
2020-03-01
mvn spring-boot: run
[ERROR] Could not find goal ‘’ in plugin org.springframework.boot:spring-boot-maven-plugin:1.5.7.RELEASE among available goals build-info, help, r
epackage, run, start, stop -> [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/MojoNotFoundException
写回答
1回答
-
瓦力老师
2020-03-02
亲,提示了Could not find goal ‘’ in plugin了,看你的spring-boot:后面跟的先是空格,然后才是run,所以你需要去掉空格执行。如mvn spring-boot:run
10
相似问题