坑啊Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded

坑啊Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded,第1张

初次使用idea之前一直使用myeclipse,在myeclipse中正常的项目导入ieda中后启动就报线面的错误!
百度了好久,浪费时间,最后发现时
在初次完成项目的构建后,启动项目时出错,提示信息“ Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured. ” ,这个异常很好理解,直接翻译成中文,一看便知了 “ 配置数据源失败:没有指定’url’属性,也不能配置嵌入式数据源。 ” ,具体的错误内容如下图:

APPLICATION FAILED TO START

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).

APPLICATION FAILED TO START

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).
解决办法:(我的情况是这样,记录一下,希望也能帮到你!)
有application.properties文件。把resources标记为资源文件夹。右击rescoures->mark directroy as->Resources Root

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/731799.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-27
下一篇 2022-04-27

发表评论

登录后才能评论

评论列表(0条)

保存