-
http鏈接方式需要用戶名和密碼
-
ssh鏈接只需要將公鑰配置到gitee,不需要用戶名密碼,必須用
ssh-keygen -m PEM -t rsa -b 4096 -C "11111111@qq.com"
這種形式生成的,否則會報Auth fail
-
config-client用bootstrap.yml做配置文件
-
config-client配置的uri是config-server的地址,也可以改成服務的方式,discovery.enabled=true,service-id=config-server
鏈接:https://www.jianshu.com/p/4b4952038d0f