|
|
@ -18,10 +18,17 @@ spring: |
|
|
|
gateway: |
|
|
|
routes: |
|
|
|
- id: supervise-portal |
|
|
|
predicates: |
|
|
|
predicates: |
|
|
|
- Path= /service/** |
|
|
|
uri: lb://supervise-portal |
|
|
|
filters: |
|
|
|
uri: lb://supervise-portal |
|
|
|
filters: |
|
|
|
- StripPrefix=1 |
|
|
|
# 工单调度系统 |
|
|
|
- id: supervise-dispatchcenter |
|
|
|
predicates: |
|
|
|
- Path= /dispatch/** |
|
|
|
uri: lb://supervise-dispatchcenter |
|
|
|
filters: |
|
|
|
- StripPrefix=1 |
|
|
|
|
|
|
|
- id: supervise-system |
|
|
|