在学习springcloud 的ribbon的时候遇到报错 IllegalStateException: Request URI does not contain a valid hostname: http://SERVICE_HI/hi?name=forezp12
解决方案:
使用ribbon实现负载均衡的时候,服务名称不能用下划线,换成中划线,把service_hi替换成 service-hi。
转载:
https://www.jianshu.com/p/3902768d9d77
在学习springcloud 的ribbon的时候遇到报错 IllegalStateException: Request URI does not contain a valid hostname: http://SERVICE_HI/hi?name=forezp12
解决方案:
使用ribbon实现负载均衡的时候,服务名称不能用下划线,换成中划线,把service_hi替换成 service-hi。
转载:
https://www.jianshu.com/p/3902768d9d77