spring:
application:
name: config
cloud:
config:
server:
git:
uri: https://git.lug.ustc.edu.cn/yinmengfan/config-repo.git
username: ******
password: *******
eureka:
client:
service-url:
defaultZone: http://localhost:8761/eureka/
启动正常,
在页面输入http://localhost:8080/order-a.yml
报错:
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Mon Jul 08 15:11:27 CST 2019
There was an unexpected error (type=Not Found, status=404).
Cannot clone or checkout repository: https://git.lug.ustc.edu.cn/yinmengfan/config-repo.git
控制台报错:
org.eclipse.jgit.api.errors.TransportException: https://git.lug.ustc.edu.cn/yinmengfan/config-repo.git: Secure connection to https://git.lug.ustc.edu.cn/yinmengfan/config-repo.git could not be stablished because of SSL problems
SpringCloud组件实现微服务,【已升级Finchley.Release】
了解课程