问题:TenantRoutingProperties 定义了配置但未被使用 解决方案: 1. TenantAwareLoadBalancer 注入 TenantRoutingProperties - 使用配置的 tenantHeader 名称 - 使用配置的 buildTenantGroup 方法 - 使用配置的 isSharedService 判断 - 使用配置的 isFallbackToShared 策略 2. 新增功能 - 支持 enabled=false 禁用租户路由 - 共享服务跳过租户过滤 - 可配置是否回退到共享实例 3. 更新测试适配新构造函数
2 lines
524 B
Plaintext
2 lines
524 B
Plaintext
2026-02-19 18:03:00.896 [http-nio-8101-exec-1] - {"responseType":"Result","requestHeaders":{"x-tenant-id":"VIP_001"},"responseBody":"{\"code\":200,\"message\":\"success\",\"data\":{\"service\":\"fund-sys\",\"status\":\"UP\",\"timestamp\":1771495380893},\"success\":true}","costTime":"6ms","requestUrl":"http://localhost:8101/api/v1/sys/health","requestMethod":"GET","requestParams":{},"methodName":"health","className":"com.fundplatform.sys.controller.HealthController","requestUri":"/api/v1/sys/health","status":"SUCCESS"}
|