最近有时间开始做点自己的事了,准备重新写一个博客系统,模仿 CSDN 那种的。
在使用 SpringBoot 的时候,创建好项目后,发现 SpringBoot 无法启动(启动后立即 shutdown 了)
Process finished with exit code 0,如图
只需要把
参考:https://segmentfault.com/q/1010000007888256
在使用 SpringBoot 的时候,创建好项目后,发现 SpringBoot 无法启动(启动后立即 shutdown 了)
Process finished with exit code 0,如图
解决方案:
解决方案很简单只需要把
spring-boot-starter-tomcat
这个包去掉就可以了。springboot有内置的tomcat参考:https://segmentfault.com/q/1010000007888256
2021年01月21日 21:13:46
·1
2021年01月21日 21:14:16
@·12:1221
2021年01月21日 21:14:02
·121··