SpringCloud 启动ERROR

SpringCloud 启动ERROR :Failed to configure a DataSource: 'url' attribute is not specified  解决方法一:在启动类头部声明:@SpringBootApplication(exclude= {DataSourceAutoConfiguration.class}) 方法二:pom.xml里导入了其它工程的依赖,去调一些
相关文章
相关标签/搜索