Springboot的使用
2019-01-11 本文已影响9人
710d4d9d8270
在使用SpringBoot开发中出现“Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could”
解决的方案是:在public class方法上面注入
@SpringBootApplication(exclude = DataSourceAutoConfiguration.class)