Commit Graph

27 Commits

Author SHA1 Message Date
a0ace7d60c build: groupId top.continew => top.continew.starter 2025-07-05 17:29:58 +08:00
78a7904c2f chore(core): 调整 CheckUtils 等校验类到 util.validation 包下 2025-07-04 21:06:28 +08:00
5ae5b2602a feat(validation): 新增校验模块并引入 SpEL Validator 用于复杂校验场景 2025-06-18 20:19:36 +08:00
1d47cc6f9c build(dependencies): 更新项目依赖版本
- spring-boot 3.3.11 => 3.3.12
- redisson 3.46.0 => 3.49.0
- cosid 2.12.3 => 2.13.0
- sa-token 1.42.0 => 1.44.0
- mybatis-plus 3.5.8 => 3.5.12
- mybatis-flex 1.10.8 => 1.10.9
- snail-job 1.4.0 => 1.5.0
- sms4j 3.3.4 => 3.3.5
- aws-sdk 2.31.35 => 2.31.63
- aws-crt 0.36.1 => 0.38.1
- hutool 5.8.37 => 5.8.38
2025-06-15 22:30:24 +08:00
ad298930db release: v2.12.1 2025-06-09 21:43:40 +08:00
eda35e59bc refactor: 优化部分代码格式 2025-06-01 11:10:53 +08:00
f83a901626 refactor: 移除 web-core,融合 web-core 和 core 模块
1.移除 web-core,融合 web-core 和 core 模块
2.调整部分依赖顺序
2025-05-22 21:49:20 +08:00
7d97026480 refactor(license): 优化 License 模块部分代码 2025-04-29 14:33:11 +00:00
c9c7c34506 refactor: 优化部分错误提示信息和代码注释 2025-03-18 20:42:46 +08:00
a040473746 chore(storage): 优化部分代码格式和注释 2025-02-14 21:18:23 +08:00
吴泽威
c3a7185100 refactor(storage): 修复对象存储路径拼接问题 2025-01-19 16:59:55 +08:00
吴泽威
bf2e30e560 refactor(storage): 新增存储模块 - 本地和 S3 两种存储模式 2024-12-30 21:01:26 +08:00
0cede6bf9f chore: 完善 ConditionalOnProperty 配置 2024-09-11 21:22:19 +08:00
5cd6af8e7b chore: 优化部分代码 2024-06-05 19:45:09 +08:00
dbb7a6319e chore: top.charles7c.continew => top.continew 2024-04-09 22:33:19 +08:00
c9867844b6 refactor: 优化字符串模板方法 API 使用 2024-02-18 22:44:06 +08:00
ea71cf573b refactor: 根据 Sonar 建议调整,StrUtil => CharSequenceUtil
工具层调整以减少 Sonar 建议,应用层则可忽略,怎么用方便怎么来
2024-02-07 17:48:32 +08:00
0e3d388eb7 refactor: 优化部分代码
移除所有 toString(),修复 Sonar、Codacy 扫描问题
2024-02-03 10:43:32 +08:00
dcb6568916 chore(storage): 优化存储模块依赖 2024-02-02 21:12:56 +08:00
jasmine
0eb6afabb6 chore: 移除 lombok 依赖
再度精简依赖
2024-01-31 06:02:17 +00:00
9cf76fe61f feat(web): 新增 Web 模块,从核心模块拆分 Web 相关自动配置 2024-01-19 22:40:40 +08:00
6d9e8b43eb chore: 移除部分无用 Maven 配置 2024-01-18 20:08:08 +08:00
57c21a9109 style: 优化全局代码格式 2024-01-10 21:24:02 +08:00
1e7d4b2721 chore: 优化日志级别 info => debug 2024-01-06 11:36:23 +08:00
20250681da refactor: 使用常量优化部分配置属性名 2024-01-02 22:14:00 +08:00
76e282c796 refactor: 新增 PATH_PATTERN 字符串常量 2023-12-28 21:42:47 +08:00
cd6826a0ab feat(storage): 新增存储模块 - 本地存储 2023-12-17 23:50:21 +08:00