在Spring中使用内置的tomcat 启动后自动退出 退出代码为0 且不报任务错误的解决方法.
日志如下:
bash
Connected to the target VM, address: '127.0.0.1:51129', transport: 'socket'
三月 15, 2024 11:55:00 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-nio-8089"]
三月 15, 2024 11:55:00 下午 org.apache.catalina.core.StandardService startInternal
信息: Starting service [Tomcat]
三月 15, 2024 11:55:00 下午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet engine: [Apache Tomcat/8.5.93]
三月 15, 2024 11:55:00 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-nio-8089"]
Tomcat Started
Disconnected from the target VM, address: '127.0.0.1:51129', transport: 'socket'
Process finished with exit code 0
exit code 0 遇到这种情况一般是因为电脑之前启动过tomcat且没有正确关闭导致, 一般情况下重启电脑即可解决.