Commit Graph

83 Commits

Author SHA1 Message Date
Jie Zheng
987c5ec779 refactor: 移除AuditorConfig和BadConfigurationException类 2025-01-07 16:07:12 +08:00
Jie Zheng
7b37a94027 refactor: 优化RedisUtils 2025-01-06 15:25:10 +08:00
Jie Zheng
9ce4838a68 feat: 添加启动日志和Swagger访问信息 2024-12-27 17:58:48 +08:00
Jie Zheng
232bcc1c38 feat: 增加SQL日志颜色格式化 2024-12-26 11:24:46 +08:00
Jie Zheng
3de776746e refactor: 替换log4jdbc为p6spy并优化配置 2024-12-26 10:01:30 +08:00
Jie Zheng
d7e4cb7e6f 移除OnlineUserService中kickOutForUsername的@Async注解
close https://github.com/elunez/eladmin-mp/issues/43
2024-12-09 09:23:29 +08:00
Zheng Jie
e781cff662 other: update package.json 2024-09-10 15:22:40 +08:00
Zheng Jie
f111e28c28 fix: hutool vulnerable to SQL Injection 2024-08-19 09:22:57 +08:00
Zheng Jie
1e2996ba70 fix: 初始化sql问题 2024-08-09 20:20:43 +08:00
Zheng Jie
df9ed69229 feat: quartz 分布式支持,默认单机运行,如果需要支持分布式可以查看 application-quartz.yml 注释 2024-08-09 20:02:36 +08:00
Zheng Jie
beb9b0ee82 Fix:用户修改邮箱失败的问题
close https://github.com/elunez/eladmin-mp/issues/36
2024-08-02 17:28:15 +08:00
Fei Yu
85486d12f7
fix: 分页查询场景时,用户列表倒叙排序失效 (#40)
Co-authored-by: MrYuFei <36062024+MrYuFei@users.noreply.github.com>
2024-08-02 17:03:24 +08:00
Zheng Jie
f17e393c97 Fix:spring-boot-starter-validation
close https://github.com/elunez/eladmin-mp/pull/40
2024-08-02 16:51:16 +08:00
Zheng Jie
ee879f81c2 update 2024-04-02 20:35:25 +08:00
Zheng Jie
c13cf4da0c Merge branch 'master' of github.com:elunez/eladmin-mp 2024-04-02 20:33:19 +08:00
Zheng Jie
f903d5e325 update 2024-04-02 20:22:13 +08:00
ChiuJun
bd7bec06a0
fix: QuartzLogMapper动态SQL布尔类型测试条件错误 (#34) 2024-02-07 17:58:43 +08:00
ifangng
8b0a0ddf2b
fix: 修复用户管理页面通过部门无法查询到用户 (#33)
如果在用户管理页面选择一个顶级部门,最终SQL条件为:WHERE u.dept_id = 7 AND u.dept_id in ( 17 , 2 , 5 , 7 ),用户如果不在顶级部门,会查询不到,在Controller代码中已经将父节点和子节点都添加在了集合中,所以可以去除u.dept_id = #{criteria.deptId} 条件。

Co-authored-by: ifangng <ifangnorz@gmail.com>
2024-01-18 11:08:12 +08:00
Zheng Jie
c8747abb21 update 背景图片 2024-01-09 14:29:28 +08:00
Zheng Jie
0bd1c552b9 修复token续期不生效问题
close https://github.com/elunez/eladmin-mp/issues/25
close https://github.com/elunez/eladmin-mp/issues/29
2024-01-02 14:36:14 +08:00
Zheng Jie
a680cd321c update UserMapper.xml
close https://github.com/elunez/eladmin-mp/issues/28
2024-01-02 14:20:33 +08:00
Zheng Jie
6bbd7fe01d update axios version 2024-01-02 14:02:10 +08:00
Zheng Jie
a3902e643a 修复公共字段问题
close https://github.com/elunez/eladmin-mp/issues/18
2024-01-02 13:57:03 +08:00
Zheng Jie
203149a1be 修复退出登录,提出用户,前端401死循环问题
close https://github.com/elunez/eladmin-mp/issues/24
2023-10-08 14:53:55 +08:00
Zheng Jie
277a17cbd3 字典详情编辑、删除优化修复,https://github.com/elunez/eladmin-mp/issues/15
close https://github.com/elunez/eladmin-mp/issues/15
2023-08-02 23:44:35 +08:00
elunez
a102ae49d0
Update eladmin.sql
close https://github.com/elunez/eladmin-mp/issues/14
2023-07-28 15:56:43 +08:00
Zheng Jie
d704cec4fb 解决由于jdk8之后默认禁用了部分tls协议,从而导致发送邮件失败的问题:https://github.com/elunez/eladmin/pull/809 2023-07-26 17:04:10 +08:00
Zheng Jie
e4c04a4a68 update README.md 2023-07-26 15:26:08 +08:00
Zheng Jie
dd07d4fb9f update README.md 2023-07-26 15:24:50 +08:00
Zheng Jie
48a6bbcd8f v1.1 版本发布 🎉 2023-07-26 14:54:24 +08:00
Zheng Jie
5b970b0430 v1.1 版本发布 🎉 2023-07-26 14:53:29 +08:00
Zheng Jie
d84f7db09f v1.1 版本发布 🎉 2023-07-26 14:53:25 +08:00
Zheng Jie
76dad86e53 修复 mixins/crud.js 的分页问题 github#9
close https://github.com/elunez/eladmin-mp/issues/9
2023-07-26 14:28:34 +08:00
Zheng Jie
ac50d79a7b 修复日志导出报错问题 #8
close https://github.com/elunez/eladmin-mp/issues/8
2023-07-26 14:22:48 +08:00
Zheng Jie
f59a1904b0 update UD.operation.vue,#6
close https://github.com/elunez/eladmin-mp/issues/6
2023-07-26 14:16:04 +08:00
Zheng Jie
0bbbdcbefb update SwaggerConfig.java
close https://gitee.com/elunez/eladmin-mp/issues/I7K6A4
2023-07-12 16:22:13 +08:00
Zheng Jie
a84d3157ab 角色管理:修复清空所有菜单保存报错问题: https://gitee.com/elunez/eladmin-mp/issues/I7KBCU
close https://gitee.com/elunez/eladmin-mp/issues/I7KBCU
2023-07-11 16:12:57 +08:00
Zheng Jie
d9667d4859 移除无用组件 2023-07-11 10:20:41 +08:00
Zheng Jie
c5a8c4e7ad 代码优化 2023-07-10 11:04:35 +08:00
Zheng Jie
895864b88d 代码优化 2023-07-10 11:04:25 +08:00
Zheng Jie
9437a9e186 修复编辑字典详情编辑报错问题 2023-07-08 14:36:33 +08:00
Zheng Jie
b83c33b7c1 update README.md 2023-07-07 18:07:27 +08:00
Zheng Jie
9e4a381d55 update README.md 2023-07-07 18:04:21 +08:00
Zheng Jie
61ed4bc69c 代码优化,避免【菜单、部门】移动节点时出现PID数据环形问题 2023-07-07 18:01:31 +08:00
Zheng Jie
47806c6cc4 代码优化,避免【菜单、部门】移动节点时出现PID数据环形问题:https://github.com/elunez/eladmin/issues/803 2023-07-07 17:57:23 +08:00
Zheng Jie
2572c1600c 代码优化 2023-07-07 10:41:09 +08:00
Zheng Jie
e9d47a744d update README.md 2023-07-07 08:24:34 +08:00
Zheng Jie
7bd3d774b5 升级依赖,修复七牛配置保存主键冲突问题 2023-07-06 22:18:16 +08:00
Zheng Jie
b5cdaee8f0 统一使用fastjson进行Json操作 2023-07-06 20:41:50 +08:00
Zheng Jie
da342842d2 新增重置用户密码功能 2023-07-06 14:23:17 +08:00