会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
辉少呢
博客园
首页
新随笔
联系
订阅
管理
2020年1月15日
奇葩的Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
摘要: 启动springboot的时候莫名其妙出现这个错误,我properties里面也没配置数据源啥的,但就是出现这个错误 解决方法: 在启动类上加@SpringBootApplication(exclude= {DataSourceAutoConfiguration.class}) 即在@SpringB
阅读全文
posted @ 2020-01-15 18:42 听惊雷
阅读(380)
评论(0)
推荐(0)
编辑
公告