6 Commits

Author SHA1 Message Date
cb10406455
feat(utils): 更新版本号并添加自定义序列化器
All checks were successful
Gitea Actions Build / Build (push) Successful in 54s
-将项目版本号从 1.1.3 升级到1.1.4
-为 time 和 uuid 模块添加自定义的 Jackson 序列化器和反序列化器
- 新增 Serializers 类,统一注册自定义序列化器
2025-08-24 14:19:44 +08:00
2819f5de5d
refactor: 重构项目并添加新功能
All checks were successful
Gitea Actions Build / Build (push) Successful in 51s
- 更新 .gitattributes 和 .gitignore 文件
-重构 AesUtils 类,优化代码结构
- 新增 ByteUtil工具类,用于处理字节数组
- 更新 DateTime 类,增加新方法并改进现有方法- 更新 Gradle 配置和版本号
- 优化 Lists工具类,增加空值安全的 toArray 方法
- 重构 MysqlUUIDv1 类,改进 UUID 转换逻辑
- 更新 UUID 类和 UUIDBinaryTypeHandler 类
- 移除 package.json 中的 pnpm 配置
2025-08-20 11:06:05 +08:00
34dccd1895
feat(utils): 添加 AES 加密解密工具类
All checks were successful
Gitea Actions Build / Build (push) Successful in 51s
- 新增 AesUtils 类,提供 AES/GCM 模式的加密解密方法- 更新 .prettierrc配置,将 useTabs 设置为 true
- 重构 Base64Utils 和 Collection 类的代码结构- 简化 ComponentBean 注解定义
2025-08-17 19:12:08 +08:00
ceef51506d
1.0.5
All checks were successful
Gitea Actions Build / Build (push) Successful in 50s
2025-07-30 14:40:33 +08:00
61776d4c88
feat(utils): 添加通用工具类和 Minecraft SLA 功能
Some checks failed
Gitea Actions Build / Build (push) Failing after 40s
- 新增 Collection 工具类,提供集合操作方法
- 新增 ComponentBean 注解,用于组件标识- 新增 DateTime、DateTimeOffset 和 DateTimeUnit 类,提供时间处理功能
- 新增 Debouncer 类,实现防抖功能
- 新增 Minecraft SLA 相关类,包括 Description 和 Extra
- 更新 .gitattributes,添加 PNG 文件的二进制处理
- 更新 .gitignore,排除 Idea 项目图标- 重构 build.gradle.kts,优化项目构建配置
2025-07-25 21:25:11 +08:00
e171194e48
Initial commit 2025-07-24 16:30:10 +08:00