Browse Source

配置文件设置项没对齐

master
liupopo 2 years ago
parent
commit
ccbd4b27d6
  1. 25
      yxt_supervise/gateway/src/main/resources/application.yml

25
yxt_supervise/gateway/src/main/resources/application.yml

@ -18,25 +18,24 @@ spring:
gateway:
routes:
- id: supervise-portal
predicates:
- Path= /service/**
uri: lb://supervise-portal
filters:
- StripPrefix=1
predicates:
- Path= /service/**
uri: lb://supervise-portal
filters:
- StripPrefix=1
# 工单调度系统
- id: supervise-dispatchcenter
predicates:
- Path= /dispatch/**
uri: lb://supervise-dispatchcenter
filters:
- StripPrefix=1
predicates:
- Path= /dispatch/**
uri: lb://supervise-dispatchcenter
filters:
- StripPrefix=1
- id: supervise-system
predicates:
- Path= /portal/**
- Path= /portal/**
uri: lb://supervise-system
filters:
- StripPrefix=1
- StripPrefix=1
#客户管理
- id: supervise-crm
predicates:

Loading…
Cancel
Save