常见报错
{“timestamp”:”2023-10-09T02:47:33.944+00:00″,”status”:405,”error”:”Method Not Allowed”,”path”:”/actuator/bus-refresh”}
0.背景 搭建spring cloud bus中,需要使用cmd发送post请求。 其中,20000 阅读更多…
常见报错
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的用法, 这篇文章详细介绍一下断言(Predicate)、路由( 阅读更多…
开发与创造
service-provider1; nested exception is java.net.UnknownHostException: service-provider1] with root cause
0.背景 spring-cloud项目,使用ribbon进行负载均衡时,访问接口,出现Whitela 阅读更多…
常见报错
无法解析 org.springframework.cloud:spring-cloud-starter-netflix-eureka-serve
搭建srping-cloud项目过程中,出现上面的报错 解决办法有两种。 第一种: 第一种方法不建议 阅读更多…