Commit Graph

539 Commits

Author SHA1 Message Date
5ae5b2602a feat(validation): 新增校验模块并引入 SpEL Validator 用于复杂校验场景 2025-06-18 20:19:36 +08:00
5a53d953da refactor(excel): file => excel 2025-06-17 21:19:57 +08:00
8806eb9942 fix(data): 修复 MyBatis Plus 依赖升级遗漏错误
mybatis-plus-extension => mybatis-plus-jsqlparser
2025-06-17 21:17:23 +08:00
jiang4yu
df9255ca3d fix(json/jackson): 补充相关类的导入 2025-06-17 03:35:37 +00:00
jiang4yu
ffa484d945 feat(json/jackson): 添加对Instant、Duration的序列化和反序列化处理 2025-06-17 03:10:39 +00:00
bc53d5bfff feat(extension/crud): 新增 Api.BATCH_DELETE 批量删除枚举,拆分单个删除和批量删除接口 2025-06-16 22:29:00 +08:00
a7d1e71ab3 refactor(extension/crud): AbstractBaseController => AbstractCrudController,BaseService => CrudService 2025-06-15 22:36:48 +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
08abe94c85 feat(api-doc): ApiDocUtils 新增 buildGroupedOpenApi(构建分组接口文档) 方法
DocUtils => ApiDocUtils
2025-06-14 22:16:31 +08:00
079adb8b2c build: 更新项目版本号至2.13.0-SNAPSHOT 2025-06-14 22:15:10 +08:00
e6ab8cd198 Merge branch '2.12.x' into dev 2025-06-13 23:42:41 +08:00
c01ba23463 release: v2.12.2 2025-06-13 23:35:07 +08:00
jasmine
c0aa86327a fix(extension/datapermission): 修复构建本部门及以下数据权限表达式问题。 v2.12.2 2025-06-11 07:34:43 +00:00
jiang4yu
c843434720 feat(file/poi): 新增 continew-starter-file-poi 模块(添加 ExcelImport 与 ExcelExport 注解)
1.将EasyExcel升级为FastExcel
2.新增 continew-starter-file-poi 模块(添加 ExcelImport 与 ExcelExport 注解,https://zyqok.blog.csdn.net/article/details/121994504)
2025-06-10 03:48:26 +00:00
ad298930db release: v2.12.1 v2.12.1 2025-06-09 21:43:40 +08:00
c08b57cb48 feat(cache/redisson): 新增 RedisQueueUtils 队列工具类 2025-06-09 19:29:05 +08:00
a4823dcb0b refactor(security/crypto): 优化字段加解密相关代码 2025-06-09 19:28:45 +08:00
liquor
eb7dfd4ed7 fix(core): 修复 application/x-www-form-urlencoded 请求体数据无法在 Controller 层获取的问题 2025-06-09 03:54:49 +00:00
eda35e59bc refactor: 优化部分代码格式 2025-06-01 11:10:53 +08:00
6b95083c63 feat(idempotent): 新增默认幂等名称生成器 2025-06-01 11:10:16 +08:00
265d90fa4c style: 调整代码风格 null == xx => xx == null(更符合大众风格) 2025-06-01 11:09:12 +08:00
f83a901626 refactor: 移除 web-core,融合 web-core 和 core 模块
1.移除 web-core,融合 web-core 和 core 模块
2.调整部分依赖顺序
2025-05-22 21:49:20 +08:00
4f9e1ba108 chore: 优化 Bug Issue 模板 2025-05-22 21:37:26 +08:00
73e2b169f7 refactor(json/jackson): 优化部分代码 2025-05-22 21:21:48 +08:00
jasmine
918a0abfda feat(json/jackson): Jackson 大数值序列化增加多模式支持 2025-05-22 03:24:53 +00:00
4a6b4624c2 feat(core): ExceptionUtils 新增 exToThrow 方法 2025-05-21 22:18:57 +08:00
2fdd5b6fd3 chore: 优化部分代码格式和注释 2025-05-21 22:18:10 +08:00
d5a74b42e8 Merge branch 'dev' into 2.12.x 2025-05-21 22:00:00 +08:00
beginner
abc005e690 fix(web): 添加Servlet工具类对getOs和getBrowser方法中User-Agent为空或解析失败时的非空判断 2025-05-21 01:01:38 +00:00
liquor
9c6182e028 refactor(web): 拆分 web 模块 2025-05-20 14:58:38 +00:00
b543b2f94d feat(messaging/websocket): 新增批量发送消息方法 2025-05-18 20:50:32 +08:00
fa2cdf4f80 feat(messaging/websocket): 新增发送消息给所有客户端方法 2025-05-18 20:42:24 +08:00
adaf475835 docs: 补充缺失文档 2025-05-17 18:32:04 +08:00
99a212a047 release: v2.12.0 v2.12.0 2025-05-17 14:06:26 +08:00
ae7a267c1d style: 调整代码风格 null != xx => xx != null(更符合大众风格) 2025-05-17 13:50:59 +08:00
49bd289e29 refactor(log): 抽取 isRecord 方法方便复用,移除已过期的 timeTtl 2025-05-17 12:09:12 +08:00
ef6621bf92 feat(core): 新增双斜杠 DOUBLE_SLASH 字符串常量 2025-05-16 21:28:13 +08:00
35e2cdc3bf fix(web): 修复 /file/ 注册资源映射时被解析为 /file//** 的问题 2025-05-15 19:47:13 +08:00
70f8fc01c0 feat(extension/crud): PageQuery 和 SortQuery 完善带参构造方法 2025-05-14 20:19:56 +08:00
3bbd04add2 fix(web): 修复默认 Response 类 msg 传递污染的问题
Closes #14
2025-05-14 20:07:27 +08:00
danaodai
d99a6a2c2d fix(file/excel): 修复导出时无法正确捕捉异常的问题 2025-05-12 06:35:59 +00:00
62334d882c build(dependencies): 更新项目依赖版本
- 项目版本号 2.11.0 => 2.12.0-SNAPSHOT
- spring-boot 3.3.9 => 3.3.11
- redisson 3.45.0 => 3.46.0
- jetcache 2.2.7 => 2.7.8
- cosid 2.11.0 => 2.12.3
- sa-token 1.41.0 => 1.42.0
- mybatis-flex 1.10.8 => 1.10.9
- aws-s3 1.12.782 => 1.12.783
- s3 2.30.35 => 2.31.35
- s3-crt 0.36.1 => 0.38.1
- hutool 5.8.36 => 5.8.37
2025-05-04 22:00:54 +08:00
cf5ef36af5 feat(core): 新增 JSON 格式字符串校验器 2025-04-29 22:51:42 +08:00
5e9a3f3e93 fix(license): 更正版本号错误 2025-04-29 22:43:31 +08:00
7d97026480 refactor(license): 优化 License 模块部分代码 2025-04-29 14:33:11 +00:00
liquor
06f5a0f346 feat(license): 增加核心模块,优化代码结构 2025-04-29 14:33:11 +00:00
jasmine
1ce5c023cf refactor(license): 优化 license 模块 2025-04-29 14:33:11 +00:00
Gyq灬明
da4c8154bf feat(license): 新增 License 模块 2025-04-29 14:33:11 +00:00
sheng_chao
5129fea34d fix(idempotent): 修复幂等处理切面,未设置超时时间的问题 2025-04-24 09:26:42 +00:00
mxy
335dc35e2b fix(cache/redisson): 兼容redis没配置密码时出现redisson实例化失败的问题 2025-04-24 02:31:31 +00:00