Spring Boot  Process finished with exit code 0

原创
2020/08/15 18:05
阅读数 2.7K

Spring Boot  Process finished with exit code 0

日志也无任何征兆如何解决!蒙蔽?最简单方式上 try cath 加持,异常顺利输出。

try {
    ... 
    SpringApplication.run(MybatisPlusServiceApplication.class, args));
} catch (Throwable t) {
    t.printStackTrace();
}

 

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
0 收藏
0
分享
返回顶部
顶部