Springboot启动报错问题

启动类捕获异常



try{
ApplicationContext applicationContext = SpringApplication.run(TestApplication.class, args);

}catch (Exception e){
System.out.println(e.getMessage());
}
posted @ 2022-03-15 14:27  苏黎世湖畔  阅读(58)  评论(0编辑  收藏  举报