摘要: 路由断言 spring: cloud: gateway: routes: # 认证中心 - id: ruoyi-auth uri: lb://ruoyi-auth predicates: - Path=/auth/** filters: - StripPrefix=1 过滤器 过滤器类型 全局过滤器 阅读全文
posted @ 2025-04-03 09:52 先娶国王后取经 阅读(19) 评论(0) 推荐(0)