refactor: 标准化微服务命名并添加日志配置

- 将所有微服务名称添加 aioj- 前缀 (auth-service -> aioj-auth-service)
- 更新网关路由配置以使用新的服务名称
- 为所有服务添加 logback-spring.xml 日志配置
- 更新 .gitignore 排除 uploads 和 logs 目录

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-18 15:49:38 +08:00
parent 93759b4a1a
commit c3c07ff1e7
11 changed files with 484 additions and 17 deletions

7
.gitignore vendored
View File

@@ -39,4 +39,9 @@ build/
### mybatis plus generator
/generator/
/generator/
### Uploads ###
/uploads/
### Logs ###
/logs/