@@ -101,6 +101,27 @@ spring: | |||
- Path=/api/web/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot后台管理 | |||
- id: tuoheng-pilot-admin | |||
uri: lb://tuoheng-pilot-admin | |||
predicates: | |||
- Path=/pilot/admin/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot小程序服务 | |||
- id: tuoheng-pilot-miniprogram | |||
uri: lb://tuoheng-pilot-miniprogram | |||
predicates: | |||
- Path=/pilot/miniprogram/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot api服务 | |||
- id: tuoheng-pilot-api | |||
uri: lb://tuoheng-pilot-api | |||
predicates: | |||
- Path=/pilot/web/** | |||
filters: | |||
- StripPrefix=2 | |||
# Redis数据源 | |||
redis: | |||
# 缓存库默认索引0 |
@@ -101,6 +101,27 @@ spring: | |||
- Path=/api/web/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot后台管理 | |||
- id: tuoheng-pilot-admin | |||
uri: lb://tuoheng-pilot-admin | |||
predicates: | |||
- Path=/pilot/admin/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot小程序服务 | |||
- id: tuoheng-pilot-miniprogram | |||
uri: lb://tuoheng-pilot-miniprogram | |||
predicates: | |||
- Path=/pilot/miniprogram/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot api服务 | |||
- id: tuoheng-pilot-api | |||
uri: lb://tuoheng-pilot-api | |||
predicates: | |||
- Path=/pilot/web/** | |||
filters: | |||
- StripPrefix=2 | |||
# Redis数据源 | |||
redis: | |||
# 缓存库默认索引0 |
@@ -89,6 +89,27 @@ spring: | |||
- Path=/api/web/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot后台管理 | |||
- id: tuoheng-pilot-admin | |||
uri: lb://tuoheng-pilot-admin | |||
predicates: | |||
- Path=/pilot/admin/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot小程序服务 | |||
- id: tuoheng-pilot-miniprogram | |||
uri: lb://tuoheng-pilot-miniprogram | |||
predicates: | |||
- Path=/pilot/miniprogram/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot api服务 | |||
- id: tuoheng-pilot-api | |||
uri: lb://tuoheng-pilot-api | |||
predicates: | |||
- Path=/pilot/web/** | |||
filters: | |||
- StripPrefix=2 | |||
# Redis数据源 | |||
redis: | |||
# 缓存库默认索引0 |
@@ -89,6 +89,27 @@ spring: | |||
- Path=/api/web/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot后台管理 | |||
- id: tuoheng-pilot-admin | |||
uri: lb://tuoheng-pilot-admin | |||
predicates: | |||
- Path=/pilot/admin/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot小程序服务 | |||
- id: tuoheng-pilot-miniprogram | |||
uri: lb://tuoheng-pilot-miniprogram | |||
predicates: | |||
- Path=/pilot/miniprogram/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot api服务 | |||
- id: tuoheng-pilot-api | |||
uri: lb://tuoheng-pilot-api | |||
predicates: | |||
- Path=/pilot/web/** | |||
filters: | |||
- StripPrefix=2 | |||
# Redis数据源 | |||
redis: | |||
# 缓存库默认索引0 |