美文网首页
gateway 环境搭建和动态路由

gateway 环境搭建和动态路由

作者: zz云飞扬 | 来源:发表于2020-07-02 14:09 被阅读0次

    Springcould Gateway 网关

    路由配置: 

    步骤1 未加入eureka步骤2

    动态路由,加入eureka从注册中心中根据微服务名称拉取ip

    动态路由(加入eureka步骤2)

    Gateway , 将访问地址 http://127.0.0.1:9001/product_service/product/1 这种形式可以通过配置文件直接利用正则表达式转化成想要的正确的url, 比如:转化成 http://127.0.0.1:9001/product/1 

    不使用默认微服务名称路径 自动根据微服务名称进行转发

    相关文章

      网友评论

          本文标题:gateway 环境搭建和动态路由

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