启动spring boot项目出错spring
解决方法在Application类上增长:@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})blog
即io