一、场景
启动spring-cloud配置中心的时候,报了以下错误
If you are using the git profile, you need to set a Git URI in your configuration. If you are using a native profile and have fig.server.bootstrap=true, you need to use a composite configuration.
二、解决方式
1.添加profiles配置
spring:profiles:active: native
2.添加git指向
spring:cloud:config:server:git:uri: #配置git服务地址username: #配置git用户名password: #配置git密码
本文发布于:2024-02-05 06:49:36,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170726672964084.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |