Browse Source

网关添加yxt-base服务

zhanglei
dimengzhe 1 year ago
parent
commit
76b4de3fb6
  1. 6
      anrui-gateway/src/main/resources/application.yml

6
anrui-gateway/src/main/resources/application.yml

@ -97,6 +97,12 @@ spring:
uri: lb://yxt-wms
filters:
- StripPrefix=1
- id: yxt-base
predicates:
- Path= /yxtbase/**
uri: lb://yxt-base
filters:
- StripPrefix=1
ignore:
whites:

Loading…
Cancel
Save