配置多数据源后,启动找不到datasourceUrl,在租户中启用多数据源可以正常启动

Blade 未结 1 861

一、该问题的重现步骤是什么?

1.  配置多数据源

2. 启动系统

3. 启动报错


二、你期待的结果是什么?实际看到的又是什么?


三、你正在使用的是什么产品,什么版本?在什么操作系统上?

产品:blade,版本:2.9.0  操作系统:macOs

四、请提供详细的错误堆栈信息,这很重要。

14:49:34.350 ERROR 44495 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************

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 suitable jdbc url

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 (the profiles dev are currently active).

Disconnected from the target VM, address: '127.0.0.1:63044', transport: 'socket'


五、若有更多详细信息,请在下面提供。

1条回答
  • 2022-02-18 02:00

    多数据源配置你可能漏了一个,看下文档这里有说明

    image.png


    0 讨论(0)
提交回复