RestTemplate java.net.UnknownHostException
程序员文章站
2022-04-09 15:33:29
背景:公司内部系统的架构升级准备用微服务一套;记录遇到的坑。 看到有人说修改localhost 为本机IP 尝试也没有效果 上面是引起错误的代码。 这是正确的代码 加上@LoadBalanced ......
背景:公司内部系统的架构升级准备用微服务一套;记录遇到的坑。
错误信息: servlet.service() for servlet [dispatcherservlet] in context with path [] threw exception [request processing failed;
nested exception is org.springframework.web.client.resourceaccessexception: i/o error on get request for "http://provider/add": provider;
nested exception is java.net.unknownhostexception: provider] with root cause java.net.unknownhostexception: provider
看到有人说修改localhost 为本机ip 尝试也没有效果
上面是引起错误的代码。
这是正确的代码
加上@loadbalanced
上一篇: 表单个性化存在后台数据表
推荐阅读
-
Spring cloud restTemplate 传递复杂参数的方式(多个对象)
-
Spring Boot使用RestTemplate消费REST服务的几个问题记录
-
详解SpringBoot通过restTemplate实现消费服务
-
Spring cloud restTemplate 传递复杂参数的方式(多个对象)
-
Spring RestTemplate具体使用详解
-
详解SpringBoot通过restTemplate实现消费服务
-
基于RestTemplate的使用方法(详解)
-
基于RestTemplate的使用方法(详解)
-
Eureka restTemplate访问超时
-
用RestTemplate调取接口,取得返回数据,携带header,动态拼接url ,动态参数