Open liujiusheng opened 2 years ago
错误:
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
原因分析:
大概率是数据库配置问题,经排查是nacos分组为了config,而项目请求的默认分组是DEFAULT_GROUP,所以取不到数据库连接信息,导致以上报错。
处理办法:
在本地bootstrap.yaml文件中添加分组标识,如下:
shared-configs:
打包子工程的时候,如果子工程有依赖某个平级的公共工程,打包的时候要从根目录打起,不然会缺项
错误:
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
原因分析:
大概率是数据库配置问题,经排查是nacos分组为了config,而项目请求的默认分组是DEFAULT_GROUP,所以取不到数据库连接信息,导致以上报错。
处理办法:
在本地bootstrap.yaml文件中添加分组标识,如下:
shared-configs:
打包子工程的时候,如果子工程有依赖某个平级的公共工程,打包的时候要从根目录打起,不然会缺项