How to change the original request url to routed url in spring cloud gateway

前端 未结 0 1291
走了就别回头了
走了就别回头了 2020-12-09 13:52

Application.yml file is as below:

cloud:
  gateway:
     routes:
       - id: first-service
         uri: http://somehost:8060
         predicates: 
                  


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题