@@ -109,6 +109,13 @@ spring: | |||
- Path=/api/inspection/** | |||
filters: | |||
- StripPrefix=2 | |||
# dsp component服务 | |||
- id: tuoheng-dsp-component | |||
uri: lb://tuoheng-dsp-component | |||
predicates: | |||
- Path=/api/component/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot后台管理 | |||
- id: tuoheng-pilot-admin | |||
uri: lb://tuoheng-pilot-admin | |||
@@ -193,6 +200,7 @@ spring: | |||
- Path=/waterway/web/** | |||
filters: | |||
- StripPrefix=2 | |||
# Redis数据源 | |||
redis: | |||
# 缓存库默认索引0 |
@@ -108,6 +108,13 @@ spring: | |||
- Path=/api/inspection/** | |||
filters: | |||
- StripPrefix=2 | |||
# dsp component服务 | |||
- id: tuoheng-dsp-component | |||
uri: lb://tuoheng-dsp-component | |||
predicates: | |||
- Path=/api/component/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot后台管理 | |||
- id: tuoheng-pilot-admin | |||
uri: lb://tuoheng-pilot-admin |
@@ -101,6 +101,13 @@ spring: | |||
- Path=/api/inspection/** | |||
filters: | |||
- StripPrefix=2 | |||
# dsp component服务 | |||
- id: tuoheng-dsp-component | |||
uri: lb://tuoheng-dsp-component | |||
predicates: | |||
- Path=/api/component/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot后台管理 | |||
- id: tuoheng-pilot-admin | |||
uri: lb://tuoheng-pilot-admin |
@@ -95,6 +95,13 @@ spring: | |||
- Path=/api/web/** | |||
filters: | |||
- StripPrefix=2 | |||
# dsp component服务 | |||
- id: tuoheng-dsp-component | |||
uri: lb://tuoheng-dsp-component | |||
predicates: | |||
- Path=/api/component/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot后台管理 | |||
- id: tuoheng-pilot-admin | |||
uri: lb://tuoheng-pilot-admin |