在使用SpringBoot开发中出现“Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could”
解决的方案是:在public class方法上面注入
@SpringBootApplication(exclude = DataSourceAutoConfiguration.class)
在使用SpringBoot开发中出现“Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could”
解决的方案是:在public class方法上面注入
@SpringBootApplication(exclude = DataSourceAutoConfiguration.class)
本文标题:Springboot的使用
本文链接:https://www.haomeiwen.com/subject/ebwtdqtx.html
网友评论