Springboot异常退出
springboot运行一段时间时间后出现异常
[Thread-5] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@17d99928: startup date [Wed Aug 05 15:53:34 GMT+08:00 2020]; root of context hierarchy
原因分析
-
系统资源不足。
检测的很多地方还是看不出什么问题,看了下内存占用。100%。果断加内存,问题好了很多。可还是会发生。 -
新增web端
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>