Springcloud项目报错:Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.
今天把Springcloud项目中一个application.yml放进Gitee中,然后改用bootstrap.yml获取库中的配置时报错,翻译是:配置数据源失败:未指定“url”属性,无法配置嵌入的数据源,明明配置信息在gitee库中,我要先访问库,才有配置信息呀!!!我的url在库中啊!!!
configserver用的application.yml
user-service用的bootstrap.yml
什么?