0
点赞
收藏
分享

微信扫一扫

Failed to configure a DataSource: url attribute is not specified and no embedded datasource could...


今天在做谷粒学院的service-oss模块时,报了以下这个错:

Failed to configure a DataSource: url attribute is not specified and no embedded datasource could..._添加属性


启动时候,找数据库配置,但是现在模块因为不需要操作数据库,只是做到图片上传功能,没有配置数据库解决办法:

1.添加上数据库配置

2.在启动类上添加属性,默认不去加载数据库配置(建议使用这种)

Failed to configure a DataSource: url attribute is not specified and no embedded datasource could..._数据库_02


修改后项目成功跑起来!!!

Failed to configure a DataSource: url attribute is not specified and no embedded datasource could..._数据库_03


举报

相关推荐

0 条评论