美文网首页SpringCloud
springcloud ribbon实现负载均衡的时候,提示Re

springcloud ribbon实现负载均衡的时候,提示Re

作者: cuiyaoqiang | 来源:发表于2018-12-13 17:07 被阅读0次

问题描述:

org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.IllegalStateException: Request URI does not contain a valid hostname: http://PRODUCT_SERVICE/hello

解决方案:

使用ribbon实现负载均衡的时候,服务名称不能用下划线,换成中划线。

相关文章

网友评论

    本文标题:springcloud ribbon实现负载均衡的时候,提示Re

    本文链接:https://www.haomeiwen.com/subject/wlubhqtx.html