阅读背景:

解决Spring Boot启动后直接退出的异常_Blossom_springboot启动直接退出

来源:互联网 

问题描述

启动Spring Boot之后直接退出,console的输出日志如下:

  .   ____          _            __ _ _
 /\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.2.4.RELEASE)

2020-01-27 15:43:40.004  WARN 635 --- [           main] o.s.boot.StartupInfoLogger               : InetAddress.getLocalHost().getHostName() took 5005 milliseconds to respond. Please verify your network configuration (macOS machines may need to add entries to /etc/hosts).
2020-01-27 15:43:45.012  INFO 635 --- [           main] c.z.s.SpringbootLearningApplication      : Starting SpringbootLearningApplication on Yitian-MacBook-Pro.local with PID 635 (/Users/yitian/Documents/IDEAWorkspaces/LocalProjects/springboot-learning/target/classes started by yitian in /Users/yitian/Documents/IDEAWorkspaces/LocalProjects/springboot-learning)
2020-01-27 15:43:45.013  INFO 635 --- [           main] c.z.s.SpringbootLearningApplication      : No active profile set, falling back to default profiles: default
2020-01-27 15:43:45.616  INFO 635 --- [           main] c.z.s.SpringbootLearningApplication      : Started SpringbootLearningApplication in 15.855 seconds (JVM running for 16.14)
Application start done!

Process finished with exit code 0  



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: