feat: gateway添加分享圈网关

This commit is contained in:
landaiqing
2024-07-17 17:21:27 +08:00
parent b1bdf2862a
commit 2394378c89

View File

@@ -28,6 +28,12 @@ spring:
- Path=/wechat/** - Path=/wechat/**
filters: filters:
- StripPrefix=1 - StripPrefix=1
- id: share
uri: lb://schisandra-cloud-storage-share
predicates:
- Path=/share/**
filters:
- StripPrefix=1
# redis配置 # redis配置
redis: redis:
# Redis数据库索引默认为0 # Redis数据库索引默认为0