liaoyong
|
e566053cb7
|
refactor(xk-dbsports): 重构项目依赖和目录结构- 新增 ff-util 模块,包含通用工具类
-将 GamePlatforms 枚举移动到新模块中
- 更新项目依赖关系
- 调整包名和类名以适应新结构
|
2025-04-12 10:57:14 +08:00 |
liaoyong
|
af1253e96a
|
feat(platform): 新增 DBSports体育平台支持
- 添加 DBSports 体育平台的接口和实现类
- 新增相关 DTO 类和枚举类
- 实现会员创建、资金转账、获取会员信息等功能
- 添加投注记录获取和处理相关方法
|
2025-04-12 10:31:09 +08:00 |
liaoyong
|
32f68276fb
|
feat(redis): 新增 Redis 缓存工具类并替换现有缓存实现
- 新增 GRedisCache 类,提供丰富的 Redis 操作方法
- 在 PlatformServiceImpl 中替换原有 RedisCache 为 GRedisCache- 添加 comp-redis 模块的 Maven 依赖
- 更新父项目 pom.xml,包含新的模块依赖
|
2025-04-11 20:42:39 +08:00 |
liaoyong
|
c08dab29f3
|
refactor(ff-bean): 重构领域模型模块
- 删除了多个冗余的实体类文件
- 重命名 ff-mysql 为 ff-domain
- 更新了相关的依赖和模块名称
|
2025-04-11 20:09:56 +08:00 |
liaoyong
|
106c76f008
|
refactor(ff-bean): 重构领域模型模块
- 删除了多个冗余的实体类文件
- 重命名 ff-mysql 为 ff-domain
- 更新了相关的依赖和模块名称
|
2025-04-11 20:09:28 +08:00 |
liaoyong
|
69f634a948
|
build(ff-mysql): 移除 Redis 相关依赖
- 删除了 spring-boot-starter-data-redis 依赖
- 删除了 commons-pool2 依赖
|
2025-04-11 19:47:41 +08:00 |
liaoyong
|
de27d191c2
|
refactor(工程): 调整工程代码结构
|
2025-04-11 19:22:49 +08:00 |