Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
I know
View Details
Sign in
Sign up
Fetch the repository succeeded.
Open Source
>
Web Development
>
Backend Management
&&
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
455
Star
4.1K
Fork
3.2K
Elune
/
eladmin-web
Code
Wiki
Insights
Pipelines
Service
Gitee Pages
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
Don’t show this again
Releases
Latest
v2.7
ba64fcb
2023-07-05 14:17
Compare
v2.7
Elune
## 后端变化 1. 用户登录、踢出性能优化,在线用户查询性能优化 by [#802](https://github.com/elunez/eladmin/issues/802) 2. @Query 注解新增 FIND_IN_SET 查询方式 by [aborn](https://github.com/aborn),[#745](https://github.com/elunez/eladmin/pull/745) 3. 增加分页实体 APage,使 Swagger 可显示接口的响应示例 by [JoverZhang](https://github.com/JoverZhang),[#800](https://github.com/elunez/eladmin/pull/800) 4. Spring Boot 启用 Gzip 内容压缩,自定义线程池优化 by [#21b30](https://github.com/elunez/eladmin/commit/21b30b1bb856f7021f280ad741ed49a5dd91ca1e) 5. 增加对文件上传的验证:过滤掉文件名中的非法字符 by [#19dea](https://github.com/elunez/eladmin/commit/19dea052371d4b3fe90650fa3f49d7bf0cff31a8) 6. 优化tomcat配置relaxedQueryChars方式 by [bearBoy80](https://github.com/bearBoy80),[#764](https://github.com/elunez/eladmin/pull/764) 7. 优化接口数据验证异常,错误信息的处理 by [jiandan217](https://github.com/jiandan217),[#771](https://github.com/elunez/eladmin/pull/771) 8. 优化部分badsmell:包括空指针风险以及多次使用变量的提取 by [kdjj2006](https://github.com/kdjj2006),[#772](https://github.com/elunez/eladmin/pull/772) 9. 修改HashMap初始化容量,减少不必要的扩容,提高性能 by [kdjj2006](https://github.com/kdjj2006),[#760](https://github.com/elunez/eladmin/pull/760) 10. 获取验证码逻辑,不涉及线程安全问题,移除加锁代码,提高效率 by [kdjj2006](https://github.com/kdjj2006),[#755](https://github.com/elunez/eladmin/pull/755) 11. 升级spring boot版本到2.6.4、升级部分依赖包版本 by [luoqiz](https://github.com/luoqiz),[#735](https://github.com/elunez/eladmin/pull/735) 12. 映射名称为JPA中保留字的实体字段`` by [aborn](https://github.com/aborn),[#743](https://github.com/elunez/eladmin/pull/743) 13. 枚举值调整为统一大写,枚举的find方法优化 by [YJRY](https://github.com/YJRY),[#730](https://github.com/elunez/eladmin/pull/730) 14. 代码优化,修改Controller中方法,避免名称重复 [#c75b5](https://github.com/elunez/eladmin/commit/c75b52e15bd1f7e3c989ed79ab6520d0ecbacb8c) 15. assert 断言可能的问题, 以及 argList 调用方法优化 by [Yoimbi](https://github.com/chong-chonga),[#705](https://github.com/elunez/eladmin/pull/705) 16. 使用 mica-ip2region 解析IP地址信息 [#7b91c](https://github.com/elunez/eladmin/commit/7b91c4405c4de9f680521d0e2db31521bddff852) 17. Menu代码优化,防止isQuery为空时自动拆箱出现NullPointerException by [yuyu1025](https://github.com/yuyu1025),[#656](https://github.com/elunez/eladmin/pull/656) 18. 更换 UserAgent 识别库,提高识别准确性 by [tsln1998](https://github.com/tsln1998),[#629](https://github.com/elunez/eladmin/issues/629) 19. 升级依赖包,更换 swagger-ui 为 knife4j by luoqiangzheng,[#837f2](https://github.com/elunez/eladmin/commit/837f23080b0cb1d2f055229e040b355fab53e3e5) ## 后端修复 1. 修复关联查询出现重复的Join的问题 [#655](https://github.com/elunez/eladmin/issues/655) 2. 修复用户存在多角色时部门数据权限Bug fix [#801](https://github.com/elunez/eladmin/issues/801) 3. 修复修改部门会影响数据权限的Bug by [xiaoyonghaoe](https://github.com/xiaoyonghaoe), [#751](https://github.com/elunez/eladmin/pull/751)、[#635](https://github.com/elunez/eladmin/issues/635) 4. 解决生成前段代码字典数据重复Bug by [goldenzjy](https://github.com/goldenzjy),[#7cef6](https://github.com/elunez/eladmin/commit/7cef6f8bf289f89e4e9dd2e52046085266c05727) 5. 修复定时任务管理存在SQL注入漏洞问题 [#2dc52](https://github.com/elunez/eladmin/commit/2dc528a103a1601511579e3b1b756a7aaa29665b) 6. 修复用户个人中心的用户日志查询问题 [#0e7c4](https://github.com/elunez/eladmin/commit/0e7c4fcbff403829e22a4b7e52f41bdb4ddbf207) 7. 修复手动清除子任务id后导致运行定时任务报错 by [Emil-Zhang](https://github.com/Emil-Zhang),[#671](https://github.com/elunez/eladmin/pull/671) 8. 修复代码生成页面分页功能BUG [#3a10c](https://github.com/elunez/eladmin/commit/3a10c1166280c5e733318735c28916d6ba2a9d1c) 9. 修复代码生成,去掉前缀后,出现的变量名规范问题 by [hiddenlong](https://github.com/hiddenlong),[#649](https://github.com/elunez/eladmin/issues/649) 10. 修复部分功能出现Found shared references to a collection的问题 [#612](https://github.com/elunez/eladmin/issues/612) 11. 修复任务调度子任务从有值修改到无值,出现子任务时""转long类型出错问题 [#620](https://github.com/elunez/eladmin/issues/620) 12. 修复部门递归问题 [#643](https://github.com/elunez/eladmin/issues/643) 13. 修复 JNA Apple M1不可用的问题,更新 JNA 版本,适配 Apple M1 芯片 [#631](https://github.com/elunez/eladmin/pull/631) ## 前端变化 1. 升级wangeditor 版本到 5,支持v-model 绑定 by [rikugun](https://github.com/rikugun),[#127](https://github.com/elunez/eladmin-web/pull/127) 2. 修改swagger访问地址,knife4j swagger访问地址纠正为 `/doc.html` by [2hxst](https://github.com/2hxst),[#122](https://github.com/elunez/eladmin-web/pull/122) 3. 全局添加回到顶部功能 [#98a80](https://github.com/elunez/eladmin-web/commit/98a8001a245a780b5802f22c727e165d51a94c23) 4. 编辑前将字典明细临时清空,避免日志入库数据过长 [#612](https://github.com/elunez/eladmin/issues/612) 5. 修改角色时将角色的菜单临时清空,避免日志入库数据过长 [#609](https://github.com/elunez/eladmin/issues/609) ## 前端修复 1. 修复运维管理服务器查询参数错误的问题 [#63007](https://github.com/elunez/eladmin-web/commit/63007a02147970ed04a4c15b58f91d30efa311b6) 2. 修复树形表格取消父级选择时,删除按钮还能删除子节点问题 by [Mr9eng](https://github.com/Mr9eng),[#110](https://github.com/elunez/eladmin-web/pull/110) 3. 修复角色自定义数据范围,部门分配越级问题 [#625](https://github.com/elunez/eladmin/issues/625) 4. 修复日期控件点击往前一天后出现往前两天的问题 [#836b6](https://github.com/elunez/eladmin-web/commit/836b65dd6accbbbfd302d7f08a3f5047138070da) 5. 修复手机号码匹配,运营商新增号段如166、191 等开头号码无法通过验证问题 by [iyuangang](https://github.com/iyuangang),[#112](https://github.com/elunez/eladmin-web/pull/112) 6. 修复 menu.js 可能出现非数组直接上传的Bug by [yuyu1025](https://github.com/yuyu1025),[#111](https://github.com/elunez/eladmin-web/pull/111)
Last committed message:
v2.7 版本发布
Download
To prevent Robot download, Please enter the captcha to continue
Cancel
Download
JavaScript
1
https://gitee.com/elunez/eladmin-web.git
git@gitee.com:elunez/eladmin-web.git
elunez
eladmin-web
eladmin-web
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register