小知识:springCloudConfgServer启动时报警告:.c.s.e.MultipleJGitEnvironmentRepository : Could not fetch remote for master remote:
配置文件里增加强制pull。发生原因:git判断本地数据和服务器不一致时,不进行更新。
spring:
cloud:
config:
server:
git:
force-pull: true
配置文件里增加强制pull。发生原因:git判断本地数据和服务器不一致时,不进行更新。
spring:
cloud:
config:
server:
git:
force-pull: true