|
2afb0b625f
|
refactor(log): 优化复数属性命名 include -> includes
|
2024-02-05 23:33:04 +08:00 |
|
|
669ea85658
|
refactor(log): Log 注解新增 include、exclude 属性,用于扩展或减少日志包含信息
处理类上 Log 注解的日志包含信息 -> 处理方法上 Log 注解的日志包含信息
|
2024-02-05 23:27:10 +08:00 |
|
|
18b9d1ba79
|
refactor(log): 兼容小写 user-agent 情况
|
2024-02-05 23:18:58 +08:00 |
|
|
c963978980
|
chore(extension/crud): 替换过期枚举
|
2024-02-04 23:17:28 +08:00 |
|
|
2aea8ba831
|
refactor(log): 默认启用日志
|
2024-02-04 23:16:06 +08:00 |
|
|
1ba1596f4e
|
fix(auth/satoken): 修复 SaInterceptor Bean 获取方式错误
|
2024-02-04 23:13:42 +08:00 |
|
|
3184faaa27
|
refactor(captcha/graphic): 新增图形验证码服务接口,并调整验证码默认启用
|
2024-02-04 23:12:25 +08:00 |
|
egeong
|
2b0fb9aff9
|
fix(message/mail): 修复发送邮件收件人不为空判断错误
* 修复发送邮件问题
|
2024-02-04 07:32:42 +00:00 |
|
|
24f99754d0
|
fix(extension/crud): 修复删除后置处理方法访问修饰符使用错误
|
2024-02-03 19:15:39 +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
v1.3.0
|
2024-02-03 12:46:06 +08:00 |
|
|
0e3d388eb7
|
refactor: 优化部分代码
移除所有 toString(),修复 Sonar、Codacy 扫描问题
|
2024-02-03 10:43:32 +08:00 |
|
|
5457bc21c3
|
refactor: 优化部分代码
修复 Codacy 扫描问题
|
2024-02-02 22:11:50 +08:00 |
|
|
bed51b4831
|
refactor: 优化部分代码
修复 Sonar、Codacy 扫描问题
|
2024-02-02 22:07:52 +08:00 |
|
|
711bbe22aa
|
refactor: 优化部分代码
修复 Sonar、Codacy 扫描问题
|
2024-02-02 21:51:11 +08:00 |
|
|
4558cf004b
|
refactor: 优化部分代码
修复 Sonar、Codacy 扫描问题
|
2024-02-02 21:35:21 +08:00 |
|
|
dcb6568916
|
chore(storage): 优化存储模块依赖
|
2024-02-02 21:12:56 +08:00 |
|
|
30d76314d6
|
refactor(captcha/graphic): 优化图形验证码配置
|
2024-02-02 20:50:40 +08:00 |
|
|
8598e6d109
|
refactor(captcha/behavior): 优化行为验证码缓存配置
|
2024-02-02 20:44:10 +08:00 |
|
|
e6f8ac8afa
|
refactor(auth/satoken): 优化 SaToken 持久层配置
|
2024-02-02 20:20:33 +08:00 |
|
|
8fc19ab9b8
|
feat(web): 新增链路跟踪自动配置
基于 TLog(轻量级的分布式日志标记追踪神器),并适配 Spring Boot 3.x
|
2024-02-01 21:49:16 +08:00 |
|
|
eabedd861b
|
refactor(extension/crud): 优化包结构
这个包结构我终于悟了,之前一直囿于 Starter 组件包该如何设计。:)
|
2024-02-01 21:06:43 +08:00 |
|
|
b54ac535cc
|
refactor(auth/satoken): 权限认证配置支持启用、关闭
|
2024-02-01 20:56:04 +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 |
|
|
31f29db19d
|
refactor(auth/satoken): 支持更灵活的动态化路由拦截鉴权
因为 lambda 表达式之外的代码只会在启动时执行一次,所以 excludePaths() 方法是无法做到动态化读取的, 若要在项目运行时动态读写,必须把调用 excludePaths() 的时机放在 lambda 里。
|
2024-01-31 20:40:11 +08:00 |
|
jasmine
|
0eb6afabb6
|
chore: 移除 lombok 依赖
再度精简依赖
|
2024-01-31 06:02:17 +00:00 |
|
jasmine
|
e1b7fea24f
|
fix(core): 完善编码器配置校验
* 解决List<PasswordEncoder> 循环依赖问题
* 对用户选择的编码器做校验
|
2024-01-31 02:16:44 +00:00 |
|
|
ab8c1aec2f
|
style: 优化部分代码格式
|
2024-01-31 00:15:03 +08:00 |
|
|
2dfcf1d454
|
chore: 新增 TLog 依赖版本
轻量级的分布式日志标记追踪神器
|
2024-01-30 23:57:05 +08:00 |
|
jasmine
|
331c145fef
|
feat(core): 新增 PasswordEncoder 自动配置
* 密码添加配置。
* 密码加密解密
|
2024-01-30 15:53:41 +00:00 |
|
|
1a8c589083
|
ci: 优化代码质量扫描配置
|
2024-01-30 23:35:55 +08:00 |
|
|
75fe5377df
|
refactor: 优化部分代码
1.修复 Sonar 扫描问题
2.使用常量替代部分魔法值
|
2024-01-27 23:10:27 +08:00 |
|
|
ef0e99de83
|
fix: 修复反射工具类的获取非静态字段名列表,在调整为返回不可变列表后,导致 BaseServiceImpl 查询树列表报错的问题
恢复反射工具类的获取非静态字段名列表返回结构
|
2024-01-27 22:31:14 +08:00 |
|
|
868d731b01
|
refactor: 优化部分代码
修复 Sonar 扫描问题
|
2024-01-27 15:16:55 +08:00 |
|
|
aecefa15ec
|
refactor: 优化数据权限处理器代码结构
修复 Sonar 扫描问题
|
2024-01-27 14:54:08 +08:00 |
|
|
fe0bff3d3e
|
refactor: 优化部分代码
修复 Sonar 扫描问题
|
2024-01-27 14:33:15 +08:00 |
|
|
9c0cd2fd9d
|
refactor: 优化部分代码
修复 Qodana 扫描问题
|
2024-01-27 12:17:06 +08:00 |
|
|
ab1e999094
|
ci: 新增 Qodana、Sonar 扫描
|
2024-01-27 00:38:31 +08:00 |
|
|
11d0798f92
|
refactor: 移除 Lombok 私有构造注解使用
修复 Sonarqube 扫描问题
|
2024-01-27 00:30:20 +08:00 |
|
|
91651b0b59
|
feat(data/mybatis-plus): 新增 QueryIgnore 忽略查询解析注解
|
2024-01-24 21:53:23 +08:00 |
|
|
13a6809e2a
|
refactor: 重构 QueryHelper => QueryWrapperHelper,正式支持多列查询
|
2024-01-24 20:41:43 +08:00 |
|
|
f16b968b3f
|
refactor: 优化 QueryType 枚举值命名并修复部分错误
|
2024-01-23 23:37:38 +08:00 |
|
jasmine
|
6dc20e8909
|
refactor: 优化 Query 注解查询
* @Query 注解删除了blurry字段,并且修改了字段名称及类型为数组;
|
2024-01-23 08:09:03 +00:00 |
|
|
0dc534ee8f
|
!7 排序字段增加是否存在校验
Merge pull request !7 from jasmine/1.2.x
|
2024-01-23 02:23:15 +00:00 |
|
jasmine
|
5929f7d6ac
|
对传入的排序字段做校验。
|
2024-01-23 10:16:34 +08:00 |
|
|
1223f6052d
|
fix(web): 配置 Validator 失败立即返回模式
|
2024-01-22 23:02:01 +08:00 |
|
|
39cfc5aa25
|
chore: 更新版本号
|
2024-01-22 20:05:52 +08:00 |
|
|
cb12c2ab00
|
release: v1.2.0
v1.2.0
|
2024-01-20 21:48:04 +08:00 |
|