Commit Graph

616 Commits (master)

Author SHA1 Message Date
Jie Zheng 5e25ba6f84 fix: ️使用 Jackson 序列化对象时,Menu对象中 iFrame 属性名的大小写问题
Jackson 因此序列化时,属性会被默认输出为 IFrame(大写的 I),导致与前端代码期望的 iFrame(小写的 i)不一致
2025-07-03 14:38:28 +08:00
Jie Zheng 8c398e003c feat: 移除七牛云存储相关依赖,更新pom.xml文件 2025-06-25 16:21:02 +08:00
Jie Zheng 696e4c24b6 docs: 更新README.md 2025-06-25 16:20:19 +08:00
Jie Zheng 2af6d064eb feat: 添加亚马逊S3协议云存储支持,移除七牛云相关代码和配置文件,更新Sql文件 2025-06-25 15:58:58 +08:00
Jie Zheng 7728306d5a feat: 添加亚马逊S3协议云存储支持,移除七牛云相关代码和配置文件,更新Sql文件 2025-06-25 15:58:42 +08:00
Jie Zheng 50140d8a2c refactor: 🧬️优化启动类中打印端口硬编码问题 2025-06-24 10:02:34 +08:00
Jie Zheng e602b759bb fix: 增加应用名称特殊字符校验与命令执行安全性优化,避免潜在恶意攻击风险,关联 #873
close https://github.com/elunez/eladmin/issues/873
2025-06-20 11:29:39 +08:00
Jie Zheng caa7c6698f fix: TokenProvider类中复用JwtBuilder实例导致并发环境下Token生成错误
close https://github.com/elunez/eladmin/issues/870
2025-06-19 17:47:29 +08:00
Jie Zheng 92522cb5f4 Merge branch 'master' of github.com:elunez/eladmin 2025-06-19 17:18:00 +08:00
Jie Zheng 7f618b6475 feat: 优化RedisUtils反序列化逻辑,支持非目标类型的值转换为目标类型 2025-06-19 17:17:40 +08:00
pcshao c31c9c04b4
fix and close https://github.com/elunez/eladmin/issues/874 (#880) 2025-06-19 16:47:10 +08:00
Jie Zheng 332cf6c5fa fix: 移除JwtUserDto中的密码字段,确保密码不被序列化 2025-02-18 15:50:04 +08:00
Jie Zheng 6226763f47 fix: ️导出excel使用LinkedHashMap替代HashMap以保持插入顺序 2025-02-11 17:35:32 +08:00
Jie Zheng 429f375f82 feat: ️升级mysql-connector至9.2.0 2025-01-25 14:43:27 +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 f9799cdfb3 style: 📚️更新 README.md 2025-01-21 16:35:40 +08:00
Jie Zheng 8e4f44a670 style: 📚️添加Spring日志级别控制为warn 2025-01-21 16:31:25 +08:00
Jie Zheng 0edf43c78e feat: ️更新Spring Boot版本至2.7.18并重构安全配置 2025-01-21 16:00:41 +08:00
Jie Zheng b6295a7bdf fix: 修复重置密码后,未删除缓存的问题
close https://github.com/elunez/eladmin/issues/866
2025-01-21 15:35:20 +08:00
Jie Zheng 31b033afe8 perf: 优化用户缓存管理,统一转换为小写
close https://github.com/elunez/eladmin/issues/866
2025-01-21 15:20:02 +08:00
Jie Zheng db63c953d4 perf: 添加权限检查,优化角色缓存及命名 2025-01-21 15:00:44 +08:00
Jie Zheng 0a91748fd2 perf: 优化Token生成 2025-01-18 18:03:56 +08:00
Jie Zheng fb422c6a9a perf: 优化系统日志参数获取,优化在线用户Token管理,优化SQl日志打印 2025-01-18 17:55:13 +08:00
Jie Zheng 7b2fa3c679 fix: 修复缓存导致的用户登录提示密码错误问题 2025-01-17 15:23:29 +08:00
Jie Zheng 10b43563aa refactor: 移除缓存注解,优化Redis缓存使用 2025-01-16 09:41:47 +08:00
Jie Zheng fe8d271557 feat: 更新数据库表结构及注释,优化代码生成配置 2025-01-15 18:22:17 +08:00
Jie Zheng 311396f86c refactor: 移除冗余类,优化DTO和查询条件注解 2025-01-15 18:14:14 +08:00
Jie Zheng 4061a07850 refactor: 优化代码生成模板 2025-01-15 16:44:28 +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 733dd78e92 feat: 添加启动日志和Swagger访问信息 2025-01-15 15:07:01 +08:00
Jie Zheng de60187054 perf: 升级 Spring Boot 版本至2.6.6,升级 druid 版本至 1.2.19,优化druid配置 2025-01-15 15:05:21 +08:00
Jie Zheng 09585d3f0b refactor: 优化RedisUtils,增强缓存获取功能 2025-01-15 15:04:38 +08:00
Jie Zheng c62ac4c383 fix: 增加JDBC URL安全参数过滤,防止SQL注入等漏洞
close https://github.com/elunez/eladmin/issues/839
2025-01-15 11:05:47 +08:00
Jie Zheng 13ae86ad15 update 2025-01-15 10:37:18 +08:00
Jie Zheng 008181b079 fix: 修复运维管理:数据库和部署管理中存在任意文件上传和删除漏洞,添加非法文件名过滤
close https://github.com/elunez/eladmin/issues/851
2025-01-15 10:30:39 +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
Jie Zheng ba5b42bde7 update README.md 2024-12-29 10:44:50 +08:00