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张图片
启动时候,找数据库配置,但是现在模块因为不需要操作数据库,只是做到图片上传功能,没有配置数据库

解决办法:
1.添加上数据库配置
2.在启动类上添加属性,默认不去加载数据库配置(建议使用这种)
在这里插入图片描述
修改后项目成功跑起来!!!
Failed to configure a DataSource: url attribute is not specified and no embedded datasource could..._第2张图片

你可能感兴趣的:(Bug总结,spring,boot,java)