|
38d28004d6
|
refactor(extension/crud): PageDataResp => PageResp
|
2024-01-03 21:34:48 +08:00 |
|
|
d68d88db21
|
perf(log/httptrace-pro): 优化日志过滤器,仅在需要记录请求体、响应体时进行过滤
|
2024-01-03 21:25:31 +08:00 |
|
|
eb290787ce
|
docs: 完善 README 文档
|
2024-01-03 21:08:45 +08:00 |
|
|
20250681da
|
refactor: 使用常量优化部分配置属性名
|
2024-01-02 22:14:00 +08:00 |
|
|
1f3687df6f
|
chore: 更新版本号
|
2024-01-02 21:52:44 +08:00 |
|
|
c002e6c593
|
release: v1.1.0
v1.1.0
|
2023-12-31 13:30:19 +08:00 |
|
|
0b7eea6dac
|
fix(log/httptrace-pro): 取消记录非 JSON 格式请求体
|
2023-12-29 22:48:44 +08:00 |
|
|
52dce2acdf
|
style: 使用常量优化部分魔法值,核心模块部分配置前缀调整
|
2023-12-29 17:46:28 +08:00 |
|
|
7b12454ce6
|
fix(log/httptrace-pro): 移除拦截 /error
|
2023-12-28 22:50:22 +08:00 |
|
|
76e282c796
|
refactor: 新增 PATH_PATTERN 字符串常量
|
2023-12-28 21:42:47 +08:00 |
|
|
7023be1072
|
refactor: 优化行为验证码缓存自动配置
|
2023-12-28 20:13:45 +08:00 |
|
|
2dd697a115
|
!3 修复行为验证码自定义缓存实现无法加载到缓存工厂问题
Merge pull request !3 from Yoofff/dev
|
2023-12-28 00:12:26 +00:00 |
|
Bull-BCLS
|
edc47b7b1d
|
fix(captcha): 修复行为验证码自定义缓存实现无法加载到缓存工厂问题
|
2023-12-28 00:29:31 +08:00 |
|
|
48f894b8b6
|
chore: 新增 Amazon S3 依赖版本
|
2023-12-27 23:07:41 +08:00 |
|
|
3788da72c2
|
refactor(captcha/behavior): 移除部分无用注解
|
2023-12-27 22:46:54 +08:00 |
|
|
1df1f6de6b
|
!2 修复行为验证码 Redis、自定义缓存无法加载到缓存工厂问题
Merge pull request !2 from Yoofff/dev
|
2023-12-27 14:25:54 +00:00 |
|
Bull-BCLS
|
d790e6941f
|
fix(captcha): 修复行为验证码 Redis、自定义缓存无法加载到缓存工厂问题
|
2023-12-27 22:17:47 +08:00 |
|
|
4dae89e0f2
|
chore: ip2region 3.1.5.1 => 3.1.6
|
2023-12-26 20:36:46 +08:00 |
|
|
be7972c00b
|
chore: 新增 X File Storage 依赖版本
|
2023-12-25 23:06:01 +08:00 |
|
|
556bfb924a
|
chore: MyBatis Plus 3.5.4.1 => 3.5.5(修复与 Spring Boot 3.1.7 的 DdlApplicationRunner冲突错误)
|
2023-12-25 23:05:02 +08:00 |
|
|
70ae383de6
|
style(extension/crud): 移除部分方法中仅有单个非读操作的事务处理
|
2023-12-25 22:19:44 +08:00 |
|
|
7c6df66ca5
|
Merge branch 'dev' of https://gitee.com/Charles7c/continew-starter into dev
|
2023-12-25 21:09:45 +08:00 |
|
|
dec286d9de
|
!1 feat(captcha): 新增行为验证码自动配置
Merge pull request !1 from Yoofff/dev
|
2023-12-25 13:08:12 +00:00 |
|
Bull-BCLS
|
bcb13326c6
|
feat(captcha): 新增行为验证码自动配置
|
2023-12-25 21:01:38 +08:00 |
|
|
5500e5d840
|
refactor(log/httptrace-pro): 重构请求头及响应头信息获取
|
2023-12-25 20:11:33 +08:00 |
|
|
e9f01d05c9
|
revert(log/httptrace-pro): 请求 URI => 请求 URL,记录协议、域名信息(保持尽可能完整)
|
2023-12-25 19:50:52 +08:00 |
|
|
0a0d022586
|
refactor: SaTokenDaoTypeEnum => SaTokenDaoType
|
2023-12-24 16:01:28 +08:00 |
|
|
72f55697cc
|
chore: 升级后端依赖
1.Spring Boot 3.1.5 => 3.1.7(存在 MyBatis Plus 冲突异常,已临时修复)
2.Just Auth 1.16.5 => 1.16.6
3.Redisson 3.24.3 => 3.25.2
4.Easy Excel 3.3.2 => 3.3.3
5.Knife4j 4.3.0 => 4.4.0
6.Hutool 5.8.23 => 5.8.24
|
2023-12-24 11:48:43 +08:00 |
|
|
c4007fa290
|
refactor(log/httptrace-pro): 优化日志记录
1.新增是否打印配置,开启后可打印访问日志(类似于 Nginx access log)
2.TIME_TAKEN 请求耗时,调整为必然记录
3.REQUEST_PARAM 请求参数、RESPONSE_PARAM 响应参数调整为默认记录
4.包含信息配置:BODY 和 PARAM 调整为互斥,包含 BODY 则对应 PARAM 不记录
5.请求 URI 不再记录协议、域名等信息
6.修复部分请求、响应信息记录错误
|
2023-12-23 22:47:44 +08:00 |
|
|
dac525f177
|
docs: 完善 README 文档
|
2023-12-22 20:48:10 +08:00 |
|
|
22fee2f5bd
|
feat(data/mybatis-plus): 调整 IBaseEnum 所属包 enums => base
|
2023-12-22 20:47:22 +08:00 |
|
|
621a5e3b22
|
feat(data/mybatis-plus): 新增数据权限默认解决方案
1.新增数据权限默认解决方案
2.调整 BaseMapper 所属模块 crud => mybatis-plus
3.优化 mybatis-plus 模块包结构
|
2023-12-21 23:20:03 +08:00 |
|
|
2a70a9a252
|
fix(log/httptrace-pro): 修复 IP 配置解析错误,并缩小日志异常影响范围
|
2023-12-21 20:57:33 +08:00 |
|
|
e0e5944b45
|
refactor(captcha/graphic): 优化图形验证码配置前缀
|
2023-12-18 20:53:26 +08:00 |
|
|
9cf3ae87a1
|
feat(cache/redisson): RedisUtils 新增限流方法
|
2023-12-18 20:22:29 +08:00 |
|
|
cd6826a0ab
|
feat(storage): 新增存储模块 - 本地存储
|
2023-12-17 23:50:21 +08:00 |
|
|
c4459d1b8d
|
refactor(extension/crud): 新增全局异常处理器
|
2023-12-17 19:50:23 +08:00 |
|
|
65f5fbd6da
|
refactor(core): 优化跨域配置默认值
|
2023-12-17 19:00:24 +08:00 |
|
|
3e9a59df5a
|
feat(log): 新增日志模块 - HttpTracePro(Spring Boot Actuator HttpTrace 定制增强版)
|
2023-12-17 14:07:07 +08:00 |
|
|
ad1d001973
|
Merge branch '1.0.x' into dev
# Conflicts:
# README.md
# continew-starter-dependencies/pom.xml
|
2023-12-14 00:16:58 +08:00 |
|
|
ac70c385f7
|
release: v1.0.1
v1.0.1
|
2023-12-14 00:00:58 +08:00 |
|
|
1adfddfa3b
|
fix(extension/crud): 修复使用 CrudRequestMapping 后自定义 API 不显示的问题
|
2023-12-13 23:44:23 +08:00 |
|
|
bc00c9bab0
|
refactor(data): MyBatis Plus QueryTypeEnum => QueryType,并取消实现 IBaseEnum 接口
|
2023-12-13 23:24:17 +08:00 |
|
|
7997267060
|
refactor(api-doc): 新增鉴权配置
|
2023-12-12 20:35:13 +08:00 |
|
|
083bc7b38a
|
refactor: 调整部分内容所属模块
1.校验等工具类 crud => core
2.@Query crud => mybatis-plus
|
2023-12-05 20:57:34 +08:00 |
|
|
af351e04b9
|
chore: 更新版本号
|
2023-12-05 20:57:06 +08:00 |
|
|
fd14e44648
|
docs: 调整 README 文档部分内容排序
|
2023-12-03 13:41:33 +08:00 |
|
|
b9fbd3830d
|
chore: 更新版本号
|
2023-12-03 13:38:37 +08:00 |
|
|
91a93f6030
|
release: v1.0.0
v1.0.0
|
2023-12-02 15:04:53 +08:00 |
|
|
269425b45c
|
ci: 新增自动发版配置
|
2023-12-02 15:04:13 +08:00 |
|