houxinlin / cool-request

IDEA API、Java Method debug tools
https://www.coolrequest.dev
GNU General Public License v2.0
281 stars 59 forks source link

网关地址提取多了*号 #83

Closed here-ted closed 3 months ago

here-ted commented 3 months ago

网关路由配置:

- id: api-account
          uri: lb://api-account
          predicates:
            - Path=${server.api.source}/api-account/**

cool-request 请求的Environment选择api-account, 地址变成:http://localhost:8200/h5/api-account/**/login 正确地址应该是:http://localhost:8200/h5/api-account/login

houxinlin commented 3 months ago

下个版本优化

houxinlin commented 3 months ago

新版本发布,可在仓库下载