Springcould Gateway 网关
路由配置:
动态路由,加入eureka从注册中心中根据微服务名称拉取ip
Gateway , 将访问地址 http://127.0.0.1:9001/product_service/product/1 这种形式可以通过配置文件直接利用正则表达式转化成想要的正确的url, 比如:转化成 http://127.0.0.1:9001/product/1
Springcould Gateway 网关
路由配置:
动态路由,加入eureka从注册中心中根据微服务名称拉取ip
Gateway , 将访问地址 http://127.0.0.1:9001/product_service/product/1 这种形式可以通过配置文件直接利用正则表达式转化成想要的正确的url, 比如:转化成 http://127.0.0.1:9001/product/1