|
2b3de0c67e
|
refactor(ratelimiter): 将限流相关代码从 security 模块中分离,创建独立的 ratelimiter 模块
修复部分幂等配置错误
|
2025-03-17 21:53:26 +08:00 |
|
|
27a71cf076
|
refactor(idempotent): 重构幂等模块并支持 Redisson 缓存
|
2025-03-17 21:25:21 +08:00 |
|
|
b199b651ec
|
feat(cache/redisson): 添加条件性缓存设置方法 setIfAbsent、setIfExists
|
2025-03-17 21:24:35 +08:00 |
|
|
974efa368a
|
build(dependencies): 更新项目依赖版本
- 项目版本号 2.9.0 => 2.10.0-SNAPSHOT
- Spring Boot 3.2.12 => 3.3.9
- 新增 Spring Cloud 2023.0.5
- Redisson 3.41.0 => 3.45.0
- CosId 2.10.1 => 2.11.0
- sa-token 1.39.0 => 1.40.0
- snail-job 1.2.0 => 1.3.0
- sms4j 3.3.3 => 3.3.4
- nashorn 15.5 => 15.6
- s3 2.29.23 => 2.30.35
- s3-crt 0.33.5 => 0.36.1
- ip2region 3.2.12 => 3.3.6
- hutool 5.8.34 => 5.8.36
- mybatis-flex 1.10.3 => 1.10.8
- snakeyaml 2.3 => 2.4
- flatten 1.6.0 => 1.7.0
- spotless 2.43.0 => 2.44.3
|
2025-03-16 21:29:10 +08:00 |
|
Gyq灬明
|
199df874e5
|
feat(idempotent): 新增幂等模块
实现内存/redis 模式幂等(默认内存模式)
|
2025-03-10 06:37:56 +00:00 |
|
|
591a44d861
|
refactor(crud): 将详情方法命名还原为 get
- 修改了 AbstractBaseController 中的 detail 方法名为 get
- 更新了对应的 Api 枚举值,将 DETAIL 改为 GET
|
2025-03-07 22:44:10 +08:00 |
|
licoocn
|
e7d99e65aa
|
fix(web): 优化默认全局响应实体 R ,为 status 字段添加默认值 DefaultResponseStatus
|
2025-03-06 09:58:35 +00:00 |
|
|
0d7f777fd5
|
fix(web): 修复开启 i18n 后访问接口报错的问题
|
2025-02-20 20:36:55 +08:00 |
|
|
18b7ee6dfe
|
release: v2.9.0
v2.9.0
|
2025-02-14 22:12:48 +08:00 |
|
|
bd8b1899c7
|
refactor(security/sensitivewords): 优化敏感词模块代码
|
2025-02-14 21:58:11 +08:00 |
|
|
60d5733e62
|
Merge remote-tracking branch 'origin/dev' into dev
|
2025-02-14 21:26:38 +08:00 |
|
luoqiz
|
82f18356df
|
feat: 添加敏感词模块 (#11)
|
2025-02-14 21:21:05 +08:00 |
|
|
a040473746
|
chore(storage): 优化部分代码格式和注释
|
2025-02-14 21:18:23 +08:00 |
|
|
f386fd7d95
|
fix(api-doc): 修复全局自定义配置无法被覆盖的问题
|
2025-02-14 20:59:52 +08:00 |
|
|
8cab7d1e2b
|
feat(data/mp): QueryWrapperHelper 新增 sort 方法
|
2025-02-14 20:59:13 +08:00 |
|
|
efb0eea050
|
fix(storage): 修复对象存储路径拼接问题
|
2025-01-20 01:00:45 +00:00 |
|
吴泽威
|
c3a7185100
|
refactor(storage): 修复对象存储路径拼接问题
|
2025-01-19 16:59:55 +08:00 |
|
吴泽威
|
336e580eb1
|
Merge remote-tracking branch 'origin/dev' into dev
|
2025-01-17 09:15:54 +08:00 |
|
liquor
|
e11c7a0d8c
|
feat(storage): 新增 S3 存储模块,重构本地存储
|
2025-01-16 13:36:48 +00:00 |
|
|
13c4253b29
|
release: v2.8.3
v2.8.3
|
2025-01-16 21:25:33 +08:00 |
|
|
d771e12839
|
fix(extension/crud): 修复查询条件校验无效的问题
|
2025-01-16 20:50:52 +08:00 |
|
|
6e621bc459
|
chore(extension/crud): 移除 BaseDO、BaseCreateDO、BaseUpdateDO 等(已移动到 Admin 项目内)
|
2025-01-12 23:15:49 +08:00 |
|
|
326dd76c34
|
refactor(log): 调整所属模块、日志描述默认提示,不再直接抛出异常
|
2025-01-12 22:58:29 +08:00 |
|
|
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 |
|
吴泽威
|
bf2e30e560
|
refactor(storage): 新增存储模块 - 本地和 S3 两种存储模式
|
2024-12-30 21:01:26 +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 |
|