摘要: 启动spring boot项目出错 解决方法在Application类上增加:@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class}) 即 阅读全文
posted @ 2019-07-11 11:40 NAYNEHC 阅读(16009) 评论(0) 推荐(1)