|
ea6b316296
|
refactor(curd): 重构排序字段处理,预防 SQL 注入问题
|
2024-08-13 20:36:10 +08:00 |
|
|
4786af5104
|
release: v2.5.1
v2.5.1
|
2024-08-12 23:56:18 +08:00 |
|
|
6693cd49b9
|
fix(data): 移除 SQL 函数接口中的 SQL 拼接
|
2024-08-12 23:55:34 +08:00 |
|
|
b9f106572a
|
release: v2.5.0
v2.5.0
|
2024-08-07 19:55:52 +08:00 |
|
|
be3a121c09
|
feat(web): FileUploadUtils 新增下载重载方法
|
2024-08-07 19:53:07 +08:00 |
|
|
6e76269bb6
|
fix(log): 仅支持获取 JSON 结构响应体
|
2024-08-07 19:04:42 +08:00 |
|
|
0b41f2d10c
|
refactor(web): 重构全局响应处理方案
引入 Graceful Response(一个Spring Boot技术栈下的优雅响应处理组件,可以帮助开发者完成响应数据封装、异常处理、错误码填充等过程,提高开发效率,提高代码质量)
|
2024-08-06 23:54:06 +08:00 |
|
|
9ec2e6b981
|
chore(web): BaseEnumConverterAutoConfiguration => WebMvcAutoConfiguration
|
2024-08-01 22:21:46 +08:00 |
|
|
31c3162563
|
chore: log-httptrace-pro => log-interceptor
|
2024-08-01 22:11:40 +08:00 |
|
|
8c6b94ba76
|
release: v2.4.0
v2.4.0
|
2024-07-31 22:03:11 +08:00 |
|
|
5b0f89a88f
|
refactor: 优化部分代码
|
2024-07-31 21:57:36 +08:00 |
|
|
bd07f9b41f
|
refactor(log): 新增 excludePatterns 放行路由配置
|
2024-07-31 21:11:45 +08:00 |
|
|
702dcca701
|
feat(web): SpringWebUtils 新增 match 方法
ServletUtils 部分方法调整到 SpringWebUtils
|
2024-07-31 21:10:06 +08:00 |
|
|
bed954ca94
|
feat(web): 新增 BaseEnum 枚举接口参数转换器
|
2024-07-31 20:43:04 +08:00 |
|
吴泽威
|
ebc73a94e8
|
feat(api-doc): 增加对 BaseEnum 枚举接口的详细展示
|
2024-07-31 02:14:02 +00:00 |
|
|
1479c8d939
|
revert: EasyExcel 4.0.1 => 3.3.4
暂时回退版本,解决版本冲突问题
|
2024-07-30 21:23:34 +08:00 |
|
|
730df52797
|
refactor(file/excel): 移动 ExcelBaseEnumConverter 到 excel 模块
|
2024-07-30 21:22:32 +08:00 |
|
|
32935fa4fa
|
feat(json/jackson): 新增枚举接口序列化及反序列化配置
|
2024-07-30 21:11:23 +08:00 |
|
|
b27fbd41eb
|
refactor(data/mybatis-plus): 移动枚举接口到 core 模块,和 MP IEnum 枚举接口解耦
|
2024-07-30 20:58:26 +08:00 |
|
|
8bacd87d25
|
docs: 更新项目源码链接
|
2024-07-24 21:15:58 +08:00 |
|
吴泽威
|
c1ebc4621c
|
build: 代码编译增加 -parameters 参数
|
2024-07-19 03:49:06 +00:00 |
|
|
a0388b5dc8
|
release: v2.3.0
v2.3.0
|
2024-07-18 23:43:16 +08:00 |
|
|
e7566d284b
|
fix(web): 修复文件上传异常单位显示错误
|
2024-07-18 23:27:59 +08:00 |
|
|
c17668c2d1
|
fix(extension/crud): 修复 Name for argument of type [java.lang.Long] not specified, and parameter name information not available via reflection. 错误
|
2024-07-18 21:18:27 +08:00 |
|
|
65cfe91770
|
fix(extension/crud): 修复 DictField 映射错误
Closes #IADTTC
|
2024-07-18 21:13:59 +08:00 |
|
|
dca715709f
|
refactor(extension/crud): 调整 BaseService 相关泛型类型加载为懒加载
|
2024-07-16 22:57:35 +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 |
|
|
b0f5506424
|
refactor(core): 优化 JSR 303 校验方法
|
2024-07-03 23:23:06 +08:00 |
|
|
6809600858
|
feat(core): 新增 JSR 303 校验器自动配置(从 web 模块迁移)
1.从 web 模块移动 JSR 303 校验器自动配置到 core 模块
2.从 web 模块移动 MessageSourceUtils 到 core 模块
|
2024-07-03 23:22:07 +08:00 |
|
|
d31d8d209a
|
chore: 新增 Snail Job 依赖版本
|
2024-07-02 22:22:19 +08:00 |
|
|
4f3ee18bef
|
release: v2.2.0
v2.2.0
|
2024-06-30 22:24:42 +08:00 |
|
|
13788d6f57
|
build(security/limiter): 移除无用依赖
|
2024-06-30 12:26:44 +08:00 |
|
|
635b664d5f
|
chore(captcha/behavior): 默认启用行为验证码自动配置
|
2024-06-30 12:25:14 +08:00 |
|
|
3e4b6ab3a9
|
chore(messaging/mail): 优化邮件配置服务命名
|
2024-06-30 12:06:44 +08:00 |
|
|
7bc25b2f8b
|
fix(security/limiter): 修复默认限流器名称生成器错误
|
2024-06-30 11:10:38 +08:00 |
|
|
51c47751f4
|
refactor(security/limiter): 重构限流器,支持自定义限流器名称生成器
|
2024-06-28 23:34:51 +08:00 |
|
|
13b3f24845
|
feat(core): 新增表达式解析工具类
|
2024-06-28 23:03:56 +08:00 |
|
|
6b90880c21
|
chore: 优化属性前缀命名
|
2024-06-28 21:42:53 +08:00 |
|
|
0ad7b18521
|
refactor(core): 重构线程池自动配置
|
2024-06-26 22:51:09 +08:00 |
|
|
82574cd5ce
|
fix(api-doc): 修复接口文档配置错误
|
2024-06-25 22:07:49 +08:00 |
|
|
491721e887
|
chore: 优化部分文件格式
|
2024-06-25 21:32:15 +08:00 |
|
|
de056aa0c4
|
refactor(core): 重构线程池自动配置
|
2024-06-25 21:31:42 +08:00 |
|
KAI
|
a89765f49e
|
feat(security/limiter): 新增限流器
|
2024-06-25 01:01:43 +00:00 |
|
|
3e9a15295a
|
feat(core): 新增 JSR 303 校验方法
|
2024-06-24 22:09:09 +08:00 |
|
jasmine
|
ce08f28a61
|
feat: 新增国际化及全局异常码配置
|
2024-06-24 13:44:03 +00:00 |
|
|
07d9fdf3e2
|
release: v2.1.1
v2.1.1
|
2024-06-23 12:26:58 +08:00 |
|
|
6e73472589
|
build(extension/crud): 排除 SaToken Starter 中的 Web 依赖
|
2024-06-23 11:32:34 +08:00 |
|
|
6c10e80d71
|
refactor(messaging/websocket): 优化 WebSocket 相关配置及命名
|
2024-06-23 11:30:03 +08:00 |
|
|
a208fa59b2
|
chore(core): 线程池配置增加默认线程前缀配置
|
2024-06-23 10:29:14 +08:00 |
|
|
92fd0a8ab2
|
feat(cache/redisson): 新增 List 缓存操作方法
|
2024-06-23 10:09:10 +08:00 |
|