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