请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

在把application.yml改成bootstrap.yml后启动还是报错,和没改一样的错


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

正在回答 回答被采纳积分+3

2回答

廖师兄 2019-07-14 23:38:41

这个错是由于pom.xml里配置了引入了数据库的依赖,而.yml配置文件里没有配置数据库或配置格式不正确

0 回复 有任何疑惑可以回复我~
  • 拆分模块时移动server的时候,也碰到了这个问题.Cannot determine embedded database driver class for database type NONE
    
    Action:
    
    If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you may need to active it (no profiles are currently active).
    回复 有任何疑惑可以回复我~ 2019-07-24 20:02:55
  • 一样,就是少了数据库配置。多模块拆分,记得看我补充的视频,14-6,还可以下载课程源码运行。
    回复 有任何疑惑可以回复我~ 2019-07-24 23:21:57
  • 这里改为了bootstrap,但是我的eureka是放到服务器上的,现在他就一直找不到,根据默认的找.就会一直失败.这种情况该怎么做
    回复 有任何疑惑可以回复我~ 2019-07-25 23:00:09
Jeff_F 2019-07-14 20:16:51

没有配置数据库连接吧 驱动有吗?

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信