Spring Boot Zuul returning 404 from successful POST routing

后端 未结 0 694
轮回少年
轮回少年 2021-01-26 06:15

I have added the following route to Spring Boot Zuul 2.2.0.RELEASE:

zuul:
  routes:
    wallet-service:
      path: /account/**
      url: wallet-service
<         


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