- 01 Mar, 2021 1 commit
-
-
lWoHvYe authored
* Spring Boot版本调整为2.2.10。在此前的版本,若in 查询传入null,会报错。相关sql 为in ()。在2.2版本修复了此问题,相关sql改为 in (null)。鉴于此,建议进行升级。 * Spring Boot依赖升级后,Sort的设置方式调整。由 new Sort()改为 Sort.by() * 调整接口文档Swagger中,token的设置方式,由每个接口单独设置,改为设置统一的token,日常测试更加方便
-
- 31 Jan, 2021 1 commit
-
-
sick-cat authored
Co-authored-by:yanzhao.jia <yanzhao.jia@aelcn.com>
-
- 17 Jan, 2021 1 commit
-
-
皆非 authored
* correct variable name of String DATA_USER in CacheKey.java * complete other CacheKey name * add job CacheKey
-
- 21 Dec, 2020 1 commit
-
-
zhengjie authored
-
- 13 Dec, 2020 1 commit
-
-
zhengjie authored
-
- 12 Dec, 2020 1 commit
-
-
zhengjie authored
close https://github.com/elunez/eladmin/issues/531
-
- 22 Nov, 2020 1 commit
-
-
ZhengJie authored
close https://github.com/elunez/eladmin/issues/527
-
- 15 Nov, 2020 2 commits
-
-
SnailClimb authored
-
wuyc authored
-
- 08 Nov, 2020 1 commit
-
-
皆非 authored
-
- 13 Oct, 2020 1 commit
-
-
chanxindiaolong authored
-
- 11 Oct, 2020 1 commit
-
-
ZhengJie authored
-
- 05 Sep, 2020 1 commit
-
-
https://sm.ms/ZhengJie authored
-
- 02 Aug, 2020 1 commit
-
-
ZhengJie authored
close https://github.com/elunez/eladmin/issues/428
-
- 12 Jul, 2020 1 commit
-
-
ZhengJie authored
close https://github.com/elunez/eladmin/issues/434
-
- 22 Jun, 2020 1 commit
-
-
ZhengJie authored
close https://github.com/elunez/eladmin/issues/419
-
- 21 Jun, 2020 3 commits
-
-
ZhengJie authored
close https://github.com/elunez/eladmin/issues/415
-
ZhengJie authored
-
ZhengJie authored
-
- 20 Jun, 2020 1 commit
-
-
廖金龙 authored
warn: 用户登录缓存 ,待验证”用户及角色“更新时的用户缓存更新,不推荐本地IP 查询,三方库可能存在bug 1、用户登录缓存,前后端交互时 数据库的访问次数 2、修复 本地IP 查询的空指针异常 * # 1、完善用户登录缓存 * # 1、redis清空时 ,用户登录缓存清空 * # # 代码合并
-
- 10 Jun, 2020 3 commits
- 09 Jun, 2020 3 commits
- 04 Jun, 2020 1 commit
-
-
ZhengJie authored
-
- 29 May, 2020 1 commit
-
-
ZhengJie authored
-
- 28 May, 2020 1 commit
-
-
ZhengJie authored
-
- 23 May, 2020 1 commit
-
-
ZhengJie authored
更新详情:https://www.ydyno.com/archives/1225.html
-
- 20 May, 2020 3 commits
- 18 May, 2020 1 commit
-
-
ZhengJie authored
去除大量基于注解的缓存,去除列表查询的缓存,去除不合理的@CacheEvict(allEntries = true),缓存细腻化。 部分接口多选删除优化。 修复由于升级 hutool 工具版本导致代码生成分页错误的Bug 有问题请提 Issues 2.5 Beta 详情:https://www.ydyno.com/archives/1225.html
-
- 14 May, 2020 2 commits
-
-
ZhengJie authored
2.5 Beta 详情:https://www.ydyno.com/archives/1225.html
-
ZhengJie authored
菜单和部门表加入 sub_count 字段,记录子节点数目,树形表格懒加载使用。 脚本同步更新 2.5 Beta 详情:https://www.ydyno.com/archives/1225.html
-
- 11 May, 2020 2 commits
-
-
ZhengJie authored
2.5 Beta 详情:https://www.ydyno.com/archives/1225.html
-
ZhengJie authored
2.5 Beta 详情:https://www.ydyno.com/archives/1225.html
-
- 10 May, 2020 1 commit
-
-
ZhengJie authored
1、菜单管理表格,弹窗数据懒加载 2、部门管理表格,弹窗数据懒加载 3、角色管理,菜单分配数据懒加载 4、用户管理,左侧部门数据懒加载 5、其他杂项优化,sql脚本更新 2.5 Beta 详情:https://www.ydyno.com/archives/1225.html
-
- 07 May, 2020 1 commit
-
-
ZhengJie authored
DataPermission 类中有详细说明和使用示例 SecurityUtils 中加入获取当前用户的数据权限的方法 2.5 Beta 详情:https://www.ydyno.com/archives/1225.html
-