|
|
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 |
|
|
|
63d0528af4
|
fix: 修复网关启动找不到服务的问题,修复jwt问题,修复自动导入失败问题。
|
2025-12-14 15:02:24 +08:00 |
|
|
|
4912e48922
|
fix: 确保项目可以启动
|
2025-12-12 23:50:55 +08:00 |
|
|
|
7a3d3a06ba
|
fix: 重新设计依赖,添加多个模块
|
2025-11-24 23:42:00 +08:00 |
|
|
|
aba1e36e03
|
fix: 修复网关异常😡缺loadbalacner依赖导致的503,然后把auth服务写一下
|
2025-11-21 00:03:00 +08:00 |
|
|
|
f93ec43915
|
fix: 修复依赖问题
|
2025-11-20 00:33:27 +08:00 |
|