XuqmGroup-Server/tenant-service/src/main/java/com/xuqm/tenant
XuqmGroup 8f95100c7a feat(sample): 添加示例应用的核心功能模块
- 集成依赖管理配置文件 libs.versions.toml,统一管理项目依赖版本
- 实现演示 API 接口定义,包含登录、注册、用户管理等 RESTful 端点
- 创建认证仓库 AuthRepository,处理用户会话管理和加密存储
- 开发登录和注册界面,实现用户身份验证流程
- 构建聊天界面 ChatScreen,支持消息收发和历史记录显示
- 实现联系人管理功能,包含好友搜索和添加删除操作
- 添加会话列表界面,展示最近聊天记录和未读消息提示
2026-04-27 19:00:54 +08:00
..
config feat: add demo-service, file-service; SDK remote config endpoint; IM fuzzy search 2026-04-25 16:41:10 +08:00
controller feat(sample): 添加示例应用的核心功能模块 2026-04-27 19:00:54 +08:00
dto chore: initial commit 2026-04-21 22:07:29 +08:00
entity feat: IM admin APIs, appSecret security, remove SecretKey, CI/CD pipeline 2026-04-24 20:53:48 +08:00
repository fix: remove findBySecretKey from FeatureServiceRepository 2026-04-25 07:18:46 +08:00
service feat(ops): add service activation request review endpoints 2026-04-25 06:40:27 +08:00
TenantServiceApplication.java chore: initial commit 2026-04-21 22:07:29 +08:00