您好, 欢迎来到 !    登录 | 注册 | | 设为首页 | 收藏本站

新下载的spring boot项目 启动报数据库连接错误

bubuko 2022/1/25 19:00:33 java 字数 938 阅读 794 来源 http://www.bubuko.com/infolist-5-1.html

Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to dete ...

Description:

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

Reason: Failed to determine a suitable driver class


Action:

Consider the following:
If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).

 

解决方案:将配置文件目录标记为资源根

技术分享图片

 

新下载的spring boot项目 启动报数据库连接错误

原文:https://www.cnblogs.com/qq714644953/p/15005347.html


如果您也喜欢它,动动您的小指点个赞吧

除非注明,文章均由 laddyq.com 整理发布,欢迎转载。

转载请注明:
链接:http://laddyq.com
来源:laddyq.com
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。


联系我
置顶