Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-07-05 | 8.3 kB | |
v2.7 source code.tar.gz | 2023-07-05 | 155.1 kB | |
v2.7 source code.zip | 2023-07-05 | 446.5 kB | |
Totals: 3 Items | 610.0 kB | 1 |
后端变化
- 用户登录、踢出性能优化,在线用户查询性能优化 by #802
- @Query 注解新增 FIND_IN_SET 查询方式 by [aborn](https://github.com/aborn),[#745](https://github.com/aborn,/issues/745)
- 增加分页实体 APage,使 Swagger 可显示接口的响应示例 by [JoverZhang](https://github.com/JoverZhang),[#800](https://github.com/JoverZhang,/issues/800)
- Spring Boot 启用 Gzip 内容压缩,自定义线程池优化 by #21b30
- 增加对文件上传的验证:过滤掉文件名中的非法字符 by #19dea
- 优化tomcat配置relaxedQueryChars方式 by [bearBoy80](https://github.com/bearBoy80),[#764](https://github.com/bearBoy80,/issues/764)
- 优化接口数据验证异常,错误信息的处理 by [jiandan217](https://github.com/jiandan217),[#771](https://github.com/jiandan217,/issues/771)
- 优化部分badsmell:包括空指针风险以及多次使用变量的提取 by [kdjj2006](https://github.com/kdjj2006),[#772](https://github.com/kdjj2006,/issues/772)
- 修改HashMap初始化容量,减少不必要的扩容,提高性能 by [kdjj2006](https://github.com/kdjj2006),[#760](https://github.com/kdjj2006,/issues/760)
- 获取验证码逻辑,不涉及线程安全问题,移除加锁代码,提高效率 by [kdjj2006](https://github.com/kdjj2006),[#755](https://github.com/kdjj2006,/issues/755)
- 升级spring boot版本到2.6.4、升级部分依赖包版本 by [luoqiz](https://github.com/luoqiz),[#735](https://github.com/luoqiz,/issues/735)
- 映射名称为JPA中保留字的实体字段`` by [aborn](https://github.com/aborn),[#743](https://github.com/aborn,/issues/743)
- 枚举值调整为统一大写,枚举的find方法优化 by [YJRY](https://github.com/YJRY),[#730](https://github.com/YJRY,/issues/730)
- 代码优化,修改Controller中方法,避免名称重复 #c75b5
- assert 断言可能的问题, 以及 argList 调用方法优化 by [Yoimbi](https://github.com/chong-chonga),[#705](https://github.com/Yoimbi,/issues/705)
- 使用 mica-ip2region 解析IP地址信息 #7b91c
- Menu代码优化,防止isQuery为空时自动拆箱出现NullPointerException by [yuyu1025](https://github.com/yuyu1025),[#656](https://github.com/yuyu1025,/issues/656)
- 更换 UserAgent 识别库,提高识别准确性 by [tsln1998](https://github.com/tsln1998),[#629](https://github.com/tsln1998,/issues/629)
- 升级依赖包,更换 swagger-ui 为 knife4j by luoqiangzheng,#837f2
后端修复
- 修复关联查询出现重复的Join的问题 #655
- 修复用户存在多角色时部门数据权限Bug fix #801
- 修复修改部门会影响数据权限的Bug by xiaoyonghaoe, #[751](https://github.com/elunez/eladmin/pull/751)、[#635](https://github.com/751、/issues/635)
- 解决生成前段代码字典数据重复Bug by goldenzjy,#7cef6
- 修复定时任务管理存在SQL注入漏洞问题 #2dc52
- 修复用户个人中心的用户日志查询问题 #0e7c4
- 修复手动清除子任务id后导致运行定时任务报错 by [Emil-Zhang](https://github.com/Emil-Zhang),[#671](https://github.com/Emil-Zhang,/issues/671)
- 修复代码生成页面分页功能BUG #3a10c
- 修复代码生成,去掉前缀后,出现的变量名规范问题 by [hiddenlong](https://github.com/hiddenlong),[#649](https://github.com/hiddenlong,/issues/649)
- 修复部分功能出现Found shared references to a collection的问题 #612
- 修复任务调度子任务从有值修改到无值,出现子任务时""转long类型出错问题 #620
- 修复部门递归问题 #643
- 修复 JNA Apple M1不可用的问题,更新 JNA 版本,适配 Apple M1 芯片 #631
前端变化
- 升级wangeditor 版本到 5,支持v-model 绑定 by [rikugun](https://github.com/rikugun),[#127](https://github.com/rikugun,/issues/127)
- 修改swagger访问地址,knife4j swagger访问地址纠正为
/doc.html
by [2hxst](https://github.com/2hxst),[#122](https://github.com/2hxst,/issues/122) - 全局添加回到顶部功能 #98a80
- 编辑前将字典明细临时清空,避免日志入库数据过长 #612
- 修改角色时将角色的菜单临时清空,避免日志入库数据过长 #609
前端修复
- 修复运维管理服务器查询参数错误的问题 #63007
- 修复树形表格取消父级选择时,删除按钮还能删除子节点问题 by [Mr9eng](https://github.com/Mr9eng),[#110](https://github.com/Mr9eng,/issues/110)
- 修复角色自定义数据范围,部门分配越级问题 #625
- 修复日期控件点击往前一天后出现往前两天的问题 #836b6
- 修复手机号码匹配,运营商新增号段如166、191 等开头号码无法通过验证问题 by [iyuangang](https://github.com/iyuangang),[#112](https://github.com/iyuangang,/issues/112)
- 修复 menu.js 可能出现非数组直接上传的Bug by [yuyu1025](https://github.com/yuyu1025),[#111](https://github.com/yuyu1025,/issues/111)