zhangjf
5ebbb13a51
fix: 修复API测试中发现的问题
## 问题修复
### 1. 上下文拦截器
- ContextInterceptor: 从HTTP Header提取租户ID和用户ID到ThreadLocal
- WebMvcConfig: 注册拦截器到Spring MVC
### 2. 数据库配置
- fund-cust/application.yml: 修复MySQL密码默认值
- fund-proj/application.yml: 修复MySQL密码默认值
### 3. Gateway配置
- application.yml: 删除空的Sentinel datasource配置
- SentinelRuleConfig: 删除重复的sentinelGatewayFilter Bean
### 4. 数据库表
- requirement.sql: 修复主键列名为id,与BaseEntity保持一致
### 5. MyBatis-Plus依赖
- fund-cust/pom.xml: 使用mybatis-plus-spring-boot3-starter
- fund-proj/pom.xml: 使用mybatis-plus-spring-boot3-starter
2026-02-17 16:12:46 +08:00
..
2026-02-17 16:12:46 +08:00
2026-02-17 12:53:55 +08:00
2026-02-17 15:06:22 +08:00