162 Commits

Author SHA1 Message Date
liquor
7c3f15a6f6 feat(log/aop): 新增 log-aop 组件模块(基于 AOP 实现日志记录) 2024-12-11 09:03:09 +00:00
99c9071eae release: v2.7.5 2024-12-06 21:24:19 +08:00
1d53eaa3c3 release: v2.7.4 2024-11-18 22:56:58 +08:00
232624aace release: v2.7.3 2024-11-15 21:58:40 +08:00
e3433bed01 chore: 升级依赖 CosID 2.9.8 => 2.9.9 2024-11-14 20:27:02 +08:00
7cd3935d71 release: v2.7.2 2024-11-12 21:47:17 +08:00
679cae1760 release: v2.7.1 2024-09-28 22:58:15 +08:00
af295d6938 release: v2.7.0 2024-09-28 22:22:38 +08:00
802dcb5735 chore: 升级依赖
Spring Boot 3.2.7 => 3.2.10
MyBatis Plus 3.5.7 => 3.5.8
Redisson 3.35.0 => 3.36.0
CosID 2.9.6 => 2.9.8
SMS4J 3.2.1 => 3.3.3
X File Storage 2.2.0 => 2.2.1
2024-09-28 22:11:59 +08:00
7666d56019 feat(extension/datapermission): 新增数据权限模块 2024-09-26 23:27:43 +08:00
1a97a1b709 feat(extension/tenant): 新增 continew-starter-extension-tenant 多租户模块(暂时仅支持行级隔离) 2024-09-11 23:42:30 +08:00
2388d32363 release: v2.6.0 2024-09-06 20:39:50 +08:00
e9b81f9466 fix: 重构并修复更新场景加密失效的问题(仍需处理 MP 和单参查询加密问题) 2024-09-06 00:03:35 +08:00
427143db69 chore: 升级依赖
SnailJob 1.1.0 => 1.1.2
SaToken 1.38.0 => 1.39.0
MyBatis Flex 1.9.3 => 1.9.7
Redisson 3.32.0 => 3.35.0
CosID 2.9.1 => 2.9.6
SMS4J 3.2.1 => 3.3.2
XFileStorage 2.2.0 => 2.2.1
aws-java-sdk-s3 1.12.761 => 1.12.771
snakeyaml 2.2 => 2.3
Hutool 5.8.32 => 5.8.29
2024-09-05 20:08:22 +08:00
2208dbd028 chore: 升级依赖 graceful-response 4.0.1-boot3 => 5.0.0-boot3 2024-09-05 19:54:19 +08:00
5e0eea2ed8 refactor(data): mybatis-plus => mp,mybatis-flex => mf 2024-08-29 19:47:56 +08:00
7571c05f9c release: v2.5.2 2024-08-14 22:19:37 +08:00
4786af5104 release: v2.5.1 2024-08-12 23:56:18 +08:00
b9f106572a release: v2.5.0 2024-08-07 19:55:52 +08:00
0b41f2d10c refactor(web): 重构全局响应处理方案
引入 Graceful Response(一个Spring Boot技术栈下的优雅响应处理组件,可以帮助开发者完成响应数据封装、异常处理、错误码填充等过程,提高开发效率,提高代码质量)
2024-08-06 23:54:06 +08:00
31c3162563 chore: log-httptrace-pro => log-interceptor 2024-08-01 22:11:40 +08:00
8c6b94ba76 release: v2.4.0 2024-07-31 22:03:11 +08:00
5b0f89a88f refactor: 优化部分代码 2024-07-31 21:57:36 +08:00
1479c8d939 revert: EasyExcel 4.0.1 => 3.3.4
暂时回退版本,解决版本冲突问题
2024-07-30 21:23:34 +08:00
吴泽威
c1ebc4621c build: 代码编译增加 -parameters 参数 2024-07-19 03:49:06 +00:00
a0388b5dc8 release: v2.3.0 2024-07-18 23:43:16 +08:00
a110bd9789 chore: 升级依赖
SpringBoot 3.1.11 => 3.2.7
SnailJob 1.1.0-beta1 => 1.1.0
MyBatisPlus 3.5.5 => 3.5.7
MyBatisFlex 1.8.9 => 1.9.3
dynamic-datasource 4.3.0 => 4.3.1
JetCache 2.7.5 => 2.7.6
Redisson 3.30.0 => 3.32.0
CosID 2.6.8 => 2.9.1
EasyExcel 3.3.4 => 4.0.1
XFileStorage 2.1.0 => 2.2.0
Crane4j 2.8.0 => 2.9.0
Hutool 5.8.27 => 5.8.29
AWS S3 1.12.720 => 1.12.761
IP2Region 3.1.11 => 3.2.6
2024-07-16 22:37:46 +08:00
d31d8d209a chore: 新增 Snail Job 依赖版本 2024-07-02 22:22:19 +08:00
4f3ee18bef release: v2.2.0 2024-06-30 22:24:42 +08:00
KAI
a89765f49e feat(security/limiter): 新增限流器 2024-06-25 01:01:43 +00:00
07d9fdf3e2 release: v2.1.1 2024-06-23 12:26:58 +08:00
ed2e3762b6 chore: 更新 GitHub 相关仓库链接 2024-06-20 22:56:11 +08:00
8d00ae32ce release: v2.1.0 2024-06-05 19:47:59 +08:00
cc079e8bf4 feat(messaging/websocket): 新增消息模块 - WebSocket 2024-06-04 22:43:27 +08:00
124c7ffe11 refactor(extension/crud): 优化项目结构 2024-06-01 21:18:53 +08:00
hellokaton
774db91d19 feat(extension/crud-mf): 支持Mybatis Flex 2024-05-24 01:53:54 +00:00
9e78305e27 release: v2.0.2 2024-05-20 23:21:07 +08:00
881fd37dd6 fix: 移除部分错误依赖声明 2024-05-20 23:12:46 +08:00
e3de3b6721 release: v2.0.1 2024-05-13 22:51:54 +08:00
b5dd5c7f18 chore: 升级依赖
SaToken 1.37.0 => 1.38.0
Redisson 3.28.0 => 3.30.0
Crane4j 2.7.0 => 2.8.0
AWS S3 1.12.702 => 1.12.720
IP2Region 3.1.10 => 3.1.11
2024-05-13 21:56:14 +08:00
macroju
cde9b01fc1 chore: 升级依赖修复安全漏洞 (#2) 2024-05-06 20:31:19 +08:00
c5e2516acd release: v2.0.0 2024-04-17 22:38:15 +08:00
2d71eca075 chore: 升级依赖
1.Spring Boot 3.1.9 => 3.1.10
2.Redisson 3.27.2 => 3.28.0(修复Failed to submit a listener notification task. Event loop shut down?)
3.CosId 2.6.6 => 2.6.8
4.SMS4J 3.1.1 => 3.2.1
5.Easy Excel 3.3.3 => 3.3.4
6.AWS S3 1.12.675 => 1.12.702
7.Crane4j 2.6.1 => 2.7.0(多对多装配处理器增强)
8.TLog 1.5.1 => 1.5.2
9.Hutool 5.8.26 => 5.8.27
10.IP2Region 3.1.9 => 3.1.10
2024-04-17 21:49:47 +08:00
dbb7a6319e chore: top.charles7c.continew => top.continew 2024-04-09 22:33:19 +08:00
2ff05c82ee chore: 更新版本号为 2.0.0-SNAPSHOT 2024-03-24 10:18:27 +08:00
24fda9a84e release: v1.5.1 2024-03-23 17:51:49 +08:00
0f43e1cff7 chore: 升级依赖
1.Redisson 3.27.1 => 3.27.2
2.Crane4j 2.6.0 => 2.6.1
2024-03-23 17:19:12 +08:00
ed15115e44 chore: 更新版本号为 1.5.1-SNAPSHOT 2024-03-10 20:28:41 +08:00
63d9e80240 release: v1.5.0 2024-03-08 23:11:43 +08:00
98261b96da chore: 升级依赖
1.Spring Boot 3.1.8 => 3.1.9
2.Redisson 3.26.0 => 3.27.1
3.Crane4j 2.5.0 => 2.6.0(适配条件注解)
4.Hutool 5.8.25 => 5.8.26
5.CosId 2.6.5 => 2.6.6
6.AWS S3 1.12.651 => 1.12.675
7.IP2Region 3.1.7 => 3.1.9
8.ttl 2.14.4 => 2.14.5
2024-03-08 22:33:39 +08:00