摘要: 最近在写一个项目,在启动程序的时候老是直接退出 首先要知道程序出现什么错,可以在启动类上用以下代码: try { SpringApplication.run(ServiceCoreApplication.class, args);}catch(Throwable e) { e.printStackT 阅读全文
posted @ 2023-03-07 16:36 一一以以 阅读(627) 评论(0) 推荐(0)