|
|
1193dc70e0
|
test(SmartCollectionServiceTest): 添加对JsonProcessingException的处理
test/timeline-server/pipeline/head There was a failure building this commit
在测试中为objectMapper.writeValueAsString添加异常处理,确保测试用例能够正确处理可能出现的JsonProcessingException
|
2026-02-25 16:46:34 +08:00 |
|
|
|
edeb4fc168
|
test: 更新测试依赖并优化测试代码
test/timeline-server/pipeline/head There was a failure building this commit
- 添加spring-boot-starter-test和mockito-junit-jupiter测试依赖
- 简化AlbumServicePropertyTest中的photoIdLists生成器
- 统一WebSocket测试中的any()参数类型为Object.class
- 优化TestDataGenerators中的代码格式和UserProfile时间类型
|
2026-02-25 16:18:24 +08:00 |
|
|
|
10ef5918fc
|
feat(user-service): 实现用户服务核心功能与数据同步
test/timeline-server/pipeline/head There was a failure building this commit
- 新增用户资料、偏好设置、自定义字段管理功能
- 实现评论、反应、相册与智能集合的完整业务逻辑
- 添加离线变更记录与数据同步机制支持冲突解决
- 集成 Redis 缓存配置与用户统计数据聚合
- 创建 8 个业务控制器处理用户交互请求
- 新增 Feign 客户端与故事服务集成
- 补充详细的后端实现与 WebSocket 指南文档
- 更新项目依赖配置支持新增功能模块
|
2026-02-25 15:04:30 +08:00 |
|