请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

廖师兄好,RestTemplate的第三种使用方法报错

RestTemplate的钱两种使用方法都没问题,
使用第三种在订单服务调用产品服务时就报错了,报错信息:
There was an unexpected error (type=Internal Server Error, status=500).
I/O error on GET request for “http://product/msg”: product; nested exception is java.net.UnknownHostException: product

正在回答 回答被采纳积分+3

2回答

寻境 2018-12-18 23:13:11

我与你遇到了相同的问题,经查找发现

把application.yml中如下加粗部分去掉后  order与product重启就可以了。

eureka:
 client:
   service-url:
     defaultZone: http://localhost:8761/eureka/
 instance:
   hostname: productName

0 回复 有任何疑惑可以回复我~
  • 我记得课程里没教加上hostname: productName啊
    回复 有任何疑惑可以回复我~ 2018-12-19 22:47:27
  • 视频里面是告诉大家 加上nstance:
       hostname: productName
    可以在eureka管控台点击跳转的时候, 显示别名
    我估计他是没有注释
    回复 有任何疑惑可以回复我~ 2019-03-08 16:10:51
廖师兄 2018-11-26 13:34:28

eureka上没有名叫product的服务吧

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信