Jie Zheng
|
7728306d5a
|
feat: 添加亚马逊S3协议云存储支持,移除七牛云相关代码和配置文件,更新Sql文件
|
2025-06-25 15:58:42 +08:00 |
Jie Zheng
|
7f618b6475
|
feat: 优化RedisUtils反序列化逻辑,支持非目标类型的值转换为目标类型
|
2025-06-19 17:17:40 +08:00 |
Jie Zheng
|
6226763f47
|
fix: ✨️导出excel使用LinkedHashMap替代HashMap以保持插入顺序
|
2025-02-11 17:35:32 +08:00 |
Jie Zheng
|
61f8dc32cf
|
feat: 优化Redis配置,添加AutoConfigureBefore注解
|
2025-01-25 13:43:20 +08:00 |
Jie Zheng
|
0a51ae5123
|
feat: 优化Redis配置,添加AutoConfigureBefore注解
|
2025-01-25 13:39:10 +08:00 |
Jie Zheng
|
41ccc1f6e6
|
refactor: 从CacheConfig注解中移除keyGenerator,优化Redis配置
|
2025-01-25 10:19:56 +08:00 |
Jie Zheng
|
4e4ca20828
|
feat: 升级部分依赖于优化代码(升级fastjson2,不再兼容fastjson1),其他升级看详情
升级 hutool:5.8.35
升级 oshi-core:6.6.5
升级 mica-ip2region:2.7.18.9
升级 poi:5.4.0
升级 commons-text:1.13.0
|
2025-01-22 10:17:28 +08:00 |
Jie Zheng
|
0edf43c78e
|
feat: ✨️更新Spring Boot版本至2.7.18并重构安全配置
|
2025-01-21 16:00:41 +08:00 |
Jie Zheng
|
db63c953d4
|
perf: 添加权限检查,优化角色缓存及命名
|
2025-01-21 15:00:44 +08:00 |
Jie Zheng
|
fb422c6a9a
|
perf: 优化系统日志参数获取,优化在线用户Token管理,优化SQl日志打印
|
2025-01-18 17:55:13 +08:00 |
Jie Zheng
|
311396f86c
|
refactor: 移除冗余类,优化DTO和查询条件注解
|
2025-01-15 18:14:14 +08:00 |
Jie Zheng
|
e62f450394
|
docs: Update copyright year to 2025 across all files
|
2025-01-15 16:38:28 +08:00 |
Jie Zheng
|
5963acb664
|
feat: 优化Redis缓存配置,集成Redisson,增强日志配置
|
2025-01-15 16:36:42 +08:00 |
Jie Zheng
|
51d9f42273
|
refactor: 优化安全配置和代码结构,移除冗余类,SecurityUtils优化获取用户名与用户ID方式
|
2025-01-15 16:16:30 +08:00 |
Jie Zheng
|
75df46b5dc
|
refactor: 替换log4jdbc为p6spy,优化SQL日志输出
|
2025-01-15 15:57:38 +08:00 |
Jie Zheng
|
4454b71bfd
|
feat: 优化配置和代码结构
1、优化项目结构、优化部分配置
2、新增AnonTagUtils,用于获取匿名接口
3、优化Swagger,排除不需要认证的接口
4、新增BigDecimalUtils,用于BigDecimal类型,+-*/计算,元与分的转换
|
2025-01-15 15:28:41 +08:00 |
Jie Zheng
|
326d50503a
|
refactor: 提取匿名访问URL处理至AnonTagUtils工具类,优化Swagger接口认证配置
|
2025-01-15 15:12:44 +08:00 |
Jie Zheng
|
111ff997c5
|
feat: 添加RemoveDruidAdConfig以移除Druid广告
|
2025-01-15 15:08:27 +08:00 |
Jie Zheng
|
09585d3f0b
|
refactor: 优化RedisUtils,增强缓存获取功能
|
2025-01-15 15:04:38 +08:00 |
Jie Zheng
|
5a3786bd03
|
update: 升级hutool版本至5.8.21
|
2025-01-15 10:09:27 +08:00 |
Jie Zheng
|
a14d2c4324
|
fix(LimitAspect): 使用ObjUtil优化空值判断
|
2025-01-15 09:26:29 +08:00 |
Jie Zheng
|
7d32b7bad6
|
Merge branch 'master' of github.com:elunez/eladmin
|
2025-01-15 09:25:04 +08:00 |
Jie Zheng
|
d6a16e9afc
|
fix: 防止CSV注入,处理导出数据特殊字符
close https://github.com/elunez/eladmin/issues/863
|
2025-01-15 09:21:51 +08:00 |
Jie Zheng
|
6159b94c90
|
fix: 修复EncryptUtils多线程环境中共享同一个 Cipher实例导致【 Cipher not initialized】的问题
close https://github.com/elunez/eladmin/issues/865
|
2025-01-13 18:30:20 +08:00 |
l2063610646
|
08f4860483
|
fix(LimitAspect): 修复lua脚本执行结束后,类型转换失败的bug (#810)
* fix(EmailServiceImpl): 解决由于jdk8之后默认禁用了部分tls协议,从而导致发送邮件失败的问题
1、测试jdk版本:jdk1.8.0_351
* fix(LimitAspect): 修复lua脚本执行结束后,类型转换失败的bug
1、测试jdk版本:jdk1.8.0_351、jdk11.0.18
类型转换失败,不能将值转换为Number,用Long进行替代
|
2024-09-19 10:01:03 +08:00 |
Zheng Jie
|
61c7131343
|
update SwaggerConfig.java
close https://github.com/elunez/eladmin/issues/807
|
2023-07-12 16:21:10 +08:00 |
Zheng Jie
|
c6f579b126
|
代码优化
|
2023-07-07 10:41:03 +08:00 |
Zheng Jie
|
0f3578c9be
|
升级依赖,统一使用fastjson进行Json操作
|
2023-07-06 22:19:17 +08:00 |
Zheng Jie
|
8cb96509a0
|
统一使用fastjson进行Json操作
|
2023-07-06 20:42:05 +08:00 |
Zheng Jie
|
46731f23a1
|
移除 yauaa 获取UA信息,采用hutoolUA工具类-UserAgentUtil 获取浏览器信息:https://github.com/elunez/eladmin-mp/issues/5
|
2023-07-05 18:11:18 +08:00 |
Zheng Jie
|
189f671e88
|
移除 yauaa 获取UA信息,采用hutoolUA工具类-UserAgentUtil 获取浏览器信息:https://github.com/elunez/eladmin-mp/issues/5
|
2023-07-05 17:54:55 +08:00 |
Zheng Jie
|
39d480938d
|
v2.7 版本发布
|
2023-07-05 14:00:29 +08:00 |
Zheng Jie
|
7dfe9d3148
|
代码优化,去除遗留的jackson代码
|
2023-07-05 11:36:37 +08:00 |
Zheng Jie
|
b46d50fef1
|
修复关联查询出现重复的join:https://github.com/elunez/eladmin/issues/655
close https://github.com/elunez/eladmin/issues/655
|
2023-07-05 10:22:39 +08:00 |
Zheng Jie
|
cf3655adf4
|
用户登录优化,踢出用户性能优化,在线用户查询性能优化
close https://github.com/elunez/eladmin/issues/802
|
2023-07-04 22:30:30 +08:00 |
Aborn Jiang
|
f0ed88c51e
|
support FIND_IN_SET cond (#745)
* fix weird prefixes keys when use RedisUtils.scan
* Column use `` for reserved key
ref: https://stackoverflow.com/questions/2224503/how-to-map-an-entity-field-whose-name-is-a-reserved-word-in-jpa
* add FIND_IN_SET 条件查询
* note
|
2023-07-04 17:32:22 +08:00 |
Zheng Jie
|
f72efb8044
|
RedisUtils key过期时间增加提示
close https://github.com/elunez/eladmin/issues/763
|
2023-07-04 17:14:10 +08:00 |
Zheng Jie
|
362353330a
|
代码优化
|
2023-06-30 14:35:28 +08:00 |
Zheng Jie
|
5b9213f25f
|
代码优化
|
2023-06-30 14:12:55 +08:00 |
Jover
|
a74cf51c0a
|
feat: 增加分页实体 APage,使 Swagger 可显示接口的响应示例 (#800)
* feat: 增加分页实体 APage,使 Swagger 可显示接口的响应示例
1. 增加类 APage,并重构 PageUtils
2. 调整 UserController 的 `查询用户` 接口的返回值类型
* refactor: rename APage -> PageResult
|
2023-06-30 13:43:45 +08:00 |
Zheng Jie
|
6c5e7061fe
|
代码优化
|
2023-06-11 21:27:51 +08:00 |
Zheng Jie
|
64e608b8df
|
update hutool-all version
|
2023-05-30 17:55:20 +08:00 |
Zheng Jie
|
19dea05237
|
增加对文件上传的验证:过滤掉文件名中的非法字符
|
2023-04-17 10:21:25 +08:00 |
Zheng Jie
|
e6085ab0f6
|
代码优化
https://github.com/elunez/eladmin/pull/792
https://github.com/elunez/eladmin/pull/789
|
2023-03-23 14:08:12 +08:00 |
jiandan217
|
7a7fb53ea7
|
perf: 优化接口数据验证异常 message (#771)
|
2022-10-24 18:01:35 +08:00 |
Zheng Jie
|
1c141bfc5d
|
Merge branch 'master' of github.com:elunez/eladmin
|
2022-08-11 09:43:17 +08:00 |
Zheng Jie
|
5cfa96e127
|
update domain
|
2022-08-02 13:48:48 +08:00 |
kdjj2006
|
62cb72eab9
|
修改HashMap初始化容量,减少不必要的扩容,提高性能 (#760)
* 获取验证码逻辑,无需加锁,不涉及线程安全问题,提高效率
* 自定义生成策略时,Map容量设置不准确,会导致无必要的扩容
|
2022-07-25 15:41:38 +08:00 |
Zheng Jie
|
2dc528a103
|
[Bug修复](master): 修复定时任务管理存在SQL注入漏洞问题
由于定时任务未对Bean进行过滤,导致攻击者可以从SpringContextHolder获得控制jdbcTemplate类,并使用getDeclaredMethod调用jdbcTemplate的queryForMap函数,从而执行任意sql命令。
修复后定时任务的 Bean 需要使用 @Service 注解定义。
|
2022-06-10 19:56:28 +08:00 |
Zheng Jie
|
5959c3fc62
|
[新增功能](luoqiz-master): Merge branch 'master' of https://github.com/luoqiz/eladmin
升级spring boot版本到2.6.4、升级部分依赖包版本
https://github.com/elunez/eladmin/pull/735
|
2022-05-31 18:29:17 +08:00 |