|
|
ef6b5cb11e
|
refactor: 重构AI服务架构为基于gRPC的实现
- 将AI服务从OpenAI API调用重构为gRPC服务架构
- 添加gRPC相关依赖和Protobuf编译插件
- 更新application.yml配置为gRPC客户端设置
- 移除旧的AIServiceImpl实现
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-01-20 17:17:55 +08:00 |
|
|
|
2e2697140c
|
feat :AIOJ 后端模块并更新项目结构
- 引入了新模块:gateway、judge service、question service、user service 和 UPMS。
- 在 gateway 和 user service 模块中创建了 package-info.java 文件用于文档说明。
- 更新了 pom.xml 文件以反映新的模块结构和依赖关系。
- 在 UserController 中实现了基本的用户资料管理端点。
- 为每个新模块添加了扁平化 POM 文件以有效管理依赖。
- 增强了项目属性,以实现更好的版本管理和模块间一致性。
|
2026-01-10 14:46:36 +08:00 |
|
|
|
4a4a010f83
|
feat: 添加swagger公共模块并重构API文档依赖
- 新增 aioj-backend-common-swagger 模块用于统一管理API文档相关依赖
- 从 BOM 中移除 knife4j 依赖,改为按需引入到各服务模块
- 更新 auth、gateway、user-service、upms 等服务的 pom.xml 配置
- 显式指定 springdoc-openapi 版本以兼容 Spring Boot 3.5.x
- 添加依赖排除以避免版本冲突
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2026-01-08 00:48:37 +08:00 |
|
|
|
63d0528af4
|
fix: 修复网关启动找不到服务的问题,修复jwt问题,修复自动导入失败问题。
|
2025-12-14 15:02:24 +08:00 |
|
lirui
|
6f7963a73b
|
feat:依赖修复,完善core和mybatis还有log模块,log模块待完成
|
2025-11-25 17:06:50 +08:00 |
|
lirui
|
d89960f51c
|
feat: 添加代码格式化
|
2025-11-25 13:53:29 +08:00 |
|
|
|
7a3d3a06ba
|
fix: 重新设计依赖,添加多个模块
|
2025-11-24 23:42:00 +08:00 |
|
lirui
|
122a1738bd
|
feat: 添加日志,后面准备拆分
|
2025-11-24 17:37:37 +08:00 |
|
|
|
c03876e29e
|
refactor: 拆分出认证服务
|
2025-11-20 22:43:05 +08:00 |
|
|
|
f93ec43915
|
fix: 修复依赖问题
|
2025-11-20 00:33:27 +08:00 |
|
|
|
9b28ef0a37
|
feat: 引入spring security和oauth2库还有jwt库,实现基本的注册功能和登录功能
|
2025-11-19 23:12:35 +08:00 |
|
|
|
78abb1f8d7
|
refactor: 升级springboot3版本
|
2025-11-17 23:39:26 +08:00 |
|
|
|
d2c1407393
|
fix: 修复依赖异常
|
2025-11-17 22:38:06 +08:00 |
|
|
|
2db1640bae
|
feat: 添加spring boot web依赖
|
2025-11-16 22:42:22 +08:00 |
|
|
|
44e4406acb
|
feat: 添加ai服务
|
2025-11-12 23:07:55 +08:00 |
|
|
|
66aa55d5c3
|
项目初始化
|
2025-11-12 23:02:53 +08:00 |
|