feat: gateway添加分享圈网关
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user