在创建SpringCloud项目后,新建一个SpringBoot服务的时候,启动项目没有任何报错。但是,项目一启动后就退出了:Process finished with exit code 0,(程序
在创建SpringCloud项目后,新建一个SpringBoot服务的时候,启动项目没有任何报错。但是,项目一启动后就退出了:Process finished with exit code 0,(程序执行完成)没有监听端口就退出了。
exit code 0 表示程序执行成功,正常退出
exit code 1 表示程序执行执行过程中遇到了某些问题或者错误,非正常退出
解决方法:Tomcat服务器没有启动。先检查是否引入WEB的starter依赖:
<dependency> <groupId>org.springframework.bootgroupId> <artifactId>spring-boot-starter-webartifactId> dependency>
或者有可能是tomcat包有冲突。
来源地址:https://blog.csdn.net/weixin_46040161/article/details/128613727
--结束END--
本文标题: SpringBoot 项目启动后直接退出:Process finished with exit code 0
本文链接: https://lsjlt.com/news/387764.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-04-01
2024-04-03
2024-04-03
2024-01-21
2024-01-21
2024-01-21
2024-01-21
2023-12-23
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0