微服务-解决‘url‘ attribute is not specified and no embedded datasource could be configured.

> 注意: 这是个人遇见错误

项目类型:微服务单机

场景复现:

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

错误原因:

我正在写gateway网关的拦截部分需要使用jwt,其中网关需要另一个模块的jwt工具类,一开始我是直接引用,即在pom文件中引入依赖。之后看教程这种仅仅一个微服务使用的情况下,直接复制jwt工具类到现在gateway模块中就行,防止打包的时候产生依赖循环,结果我就是直接复制了,但是pom文件中的依赖我没有删除,导致了这个错误,很奇怪的错误。

解决方案:

直接删除pom中重复的依赖

  • 11
    点赞
  • 9
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
回答: 错误提示"DataSource: 'url' attribute is not specified and no embedded datasource could be configured."表示在配置数据源时没有指定"url"属性,也没有配置嵌入式数据源。针对这个问题,可以采取以下几种解决方案: 1. 方案一:检查数据源配置文件中是否正确设置了"url"属性。确保在配置文件中指定了正确的数据库连接URL。 2. 方案二:检查项目的依赖是否正确。确认项目中是否包含了正确的数据库驱动依赖,以便正确地配置数据源。 3. 方案三:检查是否配置了嵌入式数据源。如果项目中没有使用嵌入式数据源,可以考虑添加一个合适的数据源配置,以解决该问题。 4. 方案四:确认数据库服务是否正常运行。检查数据库是否已正确启动,并且可以通过指定的URL进行连接。 综上所述,当出现"DataSource: 'url' attribute is not specified and no embedded datasource could be configured."错误时,可以通过检查数据源配置、项目依赖、嵌入式数据源和数据库服务等方面进行排查和解决。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *3* [Failed to configure a DataSource: 'url' attribute is not specified and no embedded 的三种解决办法](https://blog.csdn.net/qq_34322008/article/details/89954934)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}}] [.reference_item style="max-width: 50%"] - *2* [Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasour](https://blog.csdn.net/zqbwangexiunian/article/details/102599730)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值