Commit Graph

7 Commits

Author SHA1 Message Date
c3c07ff1e7 refactor: 标准化微服务命名并添加日志配置
- 将所有微服务名称添加 aioj- 前缀 (auth-service -> aioj-auth-service)
- 更新网关路由配置以使用新的服务名称
- 为所有服务添加 logback-spring.xml 日志配置
- 更新 .gitignore 排除 uploads 和 logs 目录

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-18 15:49:38 +08:00
a4575cebd4 refactor: 重构安全架构,提取通用安全模块到common-security
- 将JwtAuthenticationFilter、JwtUtil、JwtProperties从auth服务移至common-security模块
- 新增common-security通用安全模块,提供JWT认证、权限验证等核心安全功能
- 重命名SecurityConfiguration为AuthSecurityConfiguration,使用common-security的filter
- 新增JacksonConfiguration配置类,统一JSON序列化配置
- 新增头像更新功能AvatarUpdateRequestDTO
- 移除冗余的UserLoginResponseDTO类
- 更新各服务模块的依赖配置以引入common-security模块
- 新增README.md项目说明文档

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-12 01:54:21 +08:00
05aeef2f79 fix: 网关聚合文档实现 2026-01-08 00:50:32 +08:00
d353735d1b 实现oauth2 2025-12-14 17:47:08 +08:00
aba1e36e03 fix: 修复网关异常😡缺loadbalacner依赖导致的503,然后把auth服务写一下 2025-11-21 00:03:00 +08:00
3603d450e8 feat: 实现刷新token逻辑 2025-11-20 23:13:33 +08:00
c03876e29e refactor: 拆分出认证服务 2025-11-20 22:43:05 +08:00