Commit Graph

419 Commits

Author SHA1 Message Date
c72259028f release: v2.8.2 v2.8.2 2025-01-09 20:45:42 +08:00
5f6822742f feat(core): SpringUtils 新增获取代理对象方法 2025-01-09 20:42:18 +08:00
aa463dff37 chore: graceful-response 5.0.4-boot3 => 5.0.5-boot3(修复父类参数校验异常) 2025-01-09 20:37:37 +08:00
4fe067a889 fix(log): 修复日志记录时所属模块和描述取值优先级失效的问题 2025-01-09 20:32:29 +08:00
0b342d5c73 chore(extension/crud): 移除 CommonUserService、ContainerPool(已移动到 Admin 项目内) 2025-01-09 20:32:20 +08:00
31e1d52ea4 release: v2.8.1 v2.8.1 2025-01-06 21:00:21 +08:00
279d72b724 feat(core): BaseEnum 新增 getByValue、getByDescription、isValidValue 方法 2025-01-06 20:56:16 +08:00
80c0700934 refactor: 解决 Sonar 问题,替换部分过期 API 2025-01-04 19:42:03 +08:00
Solution-Lin
b9779e8944 refactor(file/excel): 优化 BaseEnum 转换器 (#10) 2025-01-03 11:45:24 +08:00
a6c9d33024 refactor(log): 优化日志处理器解析 description、module 方法 2025-01-02 20:33:33 +08:00
eb2cac54f7 chore(extension/crud): 移除 BaseResp、BaseDetailResp(已移动到 Admin 项目内) 2024-12-27 21:33:12 +08:00
13f606f631 docs: 优化图标 2024-12-25 21:24:15 +08:00
0ea8f77d8a chore: 优化 Issue 模板 2024-12-25 21:20:02 +08:00
1b27107d22 release: v2.8.0 v2.8.0 2024-12-25 21:12:32 +08:00
c3df4d7ef6 chore: 优化 Issue 模板 2024-12-25 21:10:30 +08:00
7ff26c4596 refactor(log): 优化包结构 2024-12-25 20:34:45 +08:00
25f499de7e refactor(extension/tenant): 修复部分 Sonar 警告 2024-12-25 20:31:21 +08:00
小熊
f7ed2bbfb0 chore: 更新租户忽略注解 (#9) 2024-12-25 17:23:37 +08:00
88d11027dd fix(extension/tenant): 修复部分错误 2024-12-24 21:52:35 +08:00
c5cb203532 refactor(log): 优化日志模块 2024-12-24 21:50:59 +08:00
5ff9391485 chore: 升级依赖
Spring Boot 3.2.10 => 3.2.12
SnailJob 1.1.2 => 1.2.0
JustAuth 1.16.6 => 1.16.7
MyBatis Flex 1.9.7 => 1.10.3
JetCache 2.7.6 => 2.7.7
Redisson 3.36.0 => 3.41.0
CosID 2.9.9 => 2.10.1
nashorn-core 15.4 => 15.5
aws-s3 1.12.771 => 1.12.780
graceful-response 5.0.0-boot3 => 5.0.4-boot3
ip2region 3.2.6 => 3.2.12
Hutool 5.8.32 => 5.8.34
2024-12-23 22:05:58 +08:00
613599f921 refactor(extension/tenant): 优化多租户模块代码及包结构 2024-12-23 20:56:32 +08:00
0d334523e9 refactor(log): 新增 LogHandler 提升日志模块的复用性 2024-12-23 20:51:42 +08:00
265c669eda refactor(log): 优化基于 AOP 实现日志代码,调整日志整体包结构 2024-12-22 22:56:58 +08:00
小熊
c089df66cf refactor(extension/tenant): 多租户组件适配动态隔离级别 (#8) 2024-12-20 10:44:09 +08:00
liquor
7c3f15a6f6 feat(log/aop): 新增 log-aop 组件模块(基于 AOP 实现日志记录) 2024-12-11 09:03:09 +00:00
75874171db docs: 更新 README 文档 2024-12-09 13:14:26 +08:00
dc407a82cc fix(extension/crud): 修复 PageResp 手动分页计算错误
Closes #7
2024-12-06 21:53:10 +08:00
99c9071eae release: v2.7.5 v2.7.5 2024-12-06 21:24:19 +08:00
73b066a88d chore: 优化部分代码格式 2024-12-06 21:01:25 +08:00
2a5ace0033 refactor(extension/crud): BaseController => AbstractBaseController,并移除 CrudApiStrategy 2024-12-06 21:00:23 +08:00
93ab4e50cc refactor(data): 使用 Hutool 工具方法替换反射 API,以解决扫描问题 2024-12-06 10:50:56 +08:00
6a6c559d2f refactor(extension/crud): 优化校验器分组命名 2024-12-06 10:05:20 +08:00
16da470008 refactor(extension/crud): CrudApiHandler preHandle 方法增加 args 方法参数入餐 2024-11-21 23:11:16 +08:00
f2a30e8b74 refactor(extension/crud): 优化部分代码 2024-11-21 20:13:19 +08:00
15f87068c6 refactor(extension/crud): 增强 BaseController 内 API 校验,支持指定 Controller 单独处理 2024-11-20 22:32:03 +08:00
3a0c3e02b0 refactor(extension/crud): 调整 BaseController、BaseService 到 crud-core 模块 2024-11-20 21:40:21 +08:00
3edf79cf3b refactor(extension/crud): 重构 BaseController 内权限校验
1.移除 SaToken 依赖
2.移除 checkPermission 方法
3.新增 CrudApi 注解
2024-11-19 23:08:39 +08:00
6b3bc832de fix(data/mp): 修复 Query 范围查询数组类型数据解析错误 2024-11-19 20:20:31 +08:00
1d53eaa3c3 release: v2.7.4 v2.7.4 2024-11-18 22:56:58 +08:00
4e2096e37d fix: 修复遗漏的 validate 导入替换 2024-11-18 22:56:48 +08:00
8dcde6b84d chore(extension/crud): 优化部分注释 2024-11-18 22:46:02 +08:00
fd9d2bb370 chore(core): 移除多余的校验工具类 2024-11-17 19:24:20 +08:00
464b87c9c7 refactor(core): 增加 + 号字符串/字符常量 2024-11-17 19:21:13 +08:00
27ce092b79 fix(extension/crud): 修复新增响应结构 BaseIdResp 无法被继承问题 2024-11-17 19:16:39 +08:00
b11013ee80 fix(json/jackson): 修复 BaseEnum 反序列化数据类型仅支持数值的问题 2024-11-16 21:29:09 +08:00
232624aace release: v2.7.3 v2.7.3 2024-11-15 21:58:40 +08:00
2e9079a909 refactor(core): 拆分字符串常量和字符常量 2024-11-15 21:54:06 +08:00
c7bee0033e feat(data/mp): 新增枚举校验器 2024-11-15 21:53:52 +08:00
efb84c936f fix(data/mp): 修复普通枚举类型处理错误 2024-11-15 20:27:08 +08:00