Commit Graph

71 Commits

Author SHA1 Message Date
a0ace7d60c build: groupId top.continew => top.continew.starter 2025-07-05 17:29:58 +08:00
5ae5b2602a feat(validation): 新增校验模块并引入 SpEL Validator 用于复杂校验场景 2025-06-18 20:19:36 +08:00
f83a901626 refactor: 移除 web-core,融合 web-core 和 core 模块
1.移除 web-core,融合 web-core 和 core 模块
2.调整部分依赖顺序
2025-05-22 21:49:20 +08:00
adaf475835 docs: 补充缺失文档 2025-05-17 18:32:04 +08:00
6ad9e08c6b release: v2.10.0 2025-03-26 22:43:13 +08:00
071aef759a docs: 更新 README 文档 2025-03-17 21:57:12 +08:00
13f606f631 docs: 优化图标 2024-12-25 21:24:15 +08:00
1b27107d22 release: v2.8.0 2024-12-25 21:12:32 +08:00
75874171db docs: 更新 README 文档 2024-12-09 13:14:26 +08:00
af295d6938 release: v2.7.0 2024-09-28 22:22:38 +08:00
f3f57b8a5e docs: 更新 README 文档中的模块结构内容 2024-09-07 12:15:18 +08:00
5e0eea2ed8 refactor(data): mybatis-plus => mp,mybatis-flex => mf 2024-08-29 19:47:56 +08:00
31c3162563 chore: log-httptrace-pro => log-interceptor 2024-08-01 22:11:40 +08:00
8bacd87d25 docs: 更新项目源码链接 2024-07-24 21:15:58 +08:00
a0388b5dc8 release: v2.3.0 2024-07-18 23:43:16 +08:00
4f3ee18bef release: v2.2.0 2024-06-30 22:24:42 +08:00
07d9fdf3e2 release: v2.1.1 2024-06-23 12:26:58 +08:00
ca1dd8fd43 docs: 修复加群二维码显示错误 2024-06-20 22:57:34 +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
9e78305e27 release: v2.0.2 2024-05-20 23:21:07 +08:00
e3de3b6721 release: v2.0.1 2024-05-13 22:51:54 +08:00
c5e2516acd release: v2.0.0 2024-04-17 22:38:15 +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
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
244a4db17c chore: 更新版本号为 1.5.0-SNAPSHOT 2024-02-21 20:53:36 +08:00
1207983ce1 release: v1.4.1 2024-02-21 19:58:29 +08:00
89108ad55a docs: 更新 Gitee 项目链接 2024-02-18 21:15:59 +08:00
90eaab8dbd chore: 更新版本号为 1.4.1-SNAPSHOT 2024-02-16 19:16:42 +08:00
1c86c632dd release: v1.4.0 2024-02-14 21:43:14 +08:00
c963978980 chore(extension/crud): 替换过期枚举 2024-02-04 23:17:28 +08:00
ab76665aab chore: 升级依赖
1.Spring Boot 3.1.7 => 3.1.8
2.Dynamic Datasource 4.2.0 => 4.3.0
3.JetCache 2.7.4 => 2.7.5
4.Redisson 3.25.2 => 3.26.0
5.SMS4J 3.0.4 => 3.1.1
6.X File Storage 2.0.0 => 2.1.0
7.AWS S3 1.12.626 => 1.12.651
8.Crane4j 2.4.0 => 2.5.0
9.Knife4j 4.4.0 => 4.5.0
10.Hutool 5.8.24 => 5.8.25
11.IP2Region 3.1.6 => 3.1.7
12.flatten-maven-plugin 1.5.0 => 1.6.0
13.spotless-maven-plugin 2.40.0 => 2.43.0
2024-02-03 18:17:36 +08:00
6db8990560 chore: 更新版本号为 1.4.0-SNAPSHOT 2024-02-03 13:05:37 +08:00
b21ddfb582 release: v1.3.0 2024-02-03 12:46:06 +08:00
e6f8ac8afa refactor(auth/satoken): 优化 SaToken 持久层配置 2024-02-02 20:20:33 +08:00
47a4d57dee feat(security/password): 新增安全模块-密码编码器自动配置(core -> security/password) 2024-02-01 20:46:55 +08:00
45a2c9e0c7 refactor: 优化部分代码
修复 Sonar 扫描问题
2024-01-31 20:41:26 +08:00
1a8c589083 ci: 优化代码质量扫描配置 2024-01-30 23:35:55 +08:00
ab1e999094 ci: 新增 Qodana、Sonar 扫描 2024-01-27 00:38:31 +08:00
13a6809e2a refactor: 重构 QueryHelper => QueryWrapperHelper,正式支持多列查询 2024-01-24 20:41:43 +08:00
39cfc5aa25 chore: 更新版本号 2024-01-22 20:05:52 +08:00
cb12c2ab00 release: v1.2.0 2024-01-20 21:48:04 +08:00
5ae8f5e83c chore: 更新版本号 2024-01-11 21:27:39 +08:00
64f48cdbcb release: v1.1.1 2024-01-11 20:58:19 +08:00
ab03db745d docs: 优化项目简介 2024-01-09 22:13:33 +08:00
1c4e36f722 docs: 修复部分文档错误 2024-01-04 20:36:22 +08:00
eb290787ce docs: 完善 README 文档 2024-01-03 21:08:45 +08:00