spring-boot-api-project-seed icon indicating copy to clipboard operation
spring-boot-api-project-seed copied to clipboard

部署到服务器,几小时后服务必停止,这是为啥呢?错误日志在哪看呢?

Open xfx761 opened this issue 6 years ago • 1 comments

部署命令: java -jar xx.jar > log.file 2>&1 &

xfx761 avatar Mar 05 '19 02:03 xfx761

错误日志: Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@4bf558aa: startup date [Fri Mar 08 12:55:44 CST 2019]; root of context hierarchy 2019-03-08 15:29:46.200 INFO 7921 --- [ Thread-3] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown 2019-03-08 15:29:46.201 INFO 7921 --- [ Thread-3] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans 2019-03-08 15:29:46.205 INFO 7921 --- [ Thread-3] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed

xfx761 avatar Mar 08 '19 08:03 xfx761