idea springboot启动即退出问题!

最近有时间开始做点自己的事了,准备重新写一个博客系统,模仿 CSDN 那种的。

在使用 SpringBoot 的时候,创建好项目后,发现 SpringBoot 无法启动(启动后立即 shutdown 了)

Process finished with exit code 0,如图

 

解决方案:

解决方案很简单

只需要把spring-boot-starter-tomcat这个包去掉就可以了。springboot有内置的tomcat

idea springboot启动即退出问题!_第1张图片

 

你可能感兴趣的:(SpringBoot)