美文网首页
Springboot的使用

Springboot的使用

作者: 710d4d9d8270 | 来源:发表于2019-01-11 10:46 被阅读9次

    在使用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