黑马程序员技术交流社区

标题: spring boot 项目启动几个小时后自动停止,一直未解决 [打印本页]

作者: wst20131415    时间: 2020-3-29 20:33
标题: spring boot 项目启动几个小时后自动停止,一直未解决
看了一下抛出了异常:



停止打印的日志:

[Thread-9] INFO org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6d21714c: startup date [Sun Mar 29 17:10:04 CST 2020]; root of context hierarchy

[Thread-9] INFO org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown

[Thread-9] INFO org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'



看了下服务器,资源占用也不高



看了很多网友给出答案说:在maven中加这个依赖就好,

<dependency>

      <groupId>org.springframework.boot</groupId>

      <artifactId>spring-boot-starter-tomcat</artifactId>

      <scope>compile</scope>

    </dependency>

所有方法都试了,就是不行。当前还一直没有排查到问题,请大神指点




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2