常见报错
spring cloud config搭建报错:Caused by: org.eclipse.jgit.errors.TransportException: https://xxxx: not authorized
搭建spring cloud config服务端的时候,需要连接github(或 阅读更多…
java
spring cloud(六) 集成gateway网关(2)—断言(Predicate)、路由(route)、过滤器(filter)
上一篇中简单介绍了网关gateway的用法, 这篇文章详细介绍一下断言(Pred 阅读更多…
开发与创造
service-provider1; nested exception is java.net.UnknownHostException: service-provider1] with root cause
0.背景 spring-cloud项目,使用ribbon进行负载均衡时,访问接口 阅读更多…
常见报错
无法解析 org.springframework.cloud:spring-cloud-starter-netflix-eureka-serve
搭建srping-cloud项目过程中,出现上面的报错 解决办法有两种。 第一种 阅读更多…