Commit Graph

48 Commits

Author SHA1 Message Date
Jie Zheng
79f56796d8 refactor: 优化系统模块缓存使用 2025-01-14 15:49:47 +08:00
Jie Zheng
60cce85763 refactor: 更新LICENSE年份及格式 2025-01-14 15:14:33 +08:00
Jie Zheng
6413e5fd87 refactor: SecurityUtils优化获取用户名与用户ID方式 2025-01-14 14:58:53 +08:00
Jie Zheng
c31dcb671c refactor: 优化分页查询和代码生成模板 2025-01-14 14:10:10 +08:00
Jie Zheng
2c23b68d08 refactor: 优化项目结构,移除运维管理,更新Sql文件 2025-01-14 11:40:21 +08:00
Jie Zheng
b9518dbec8 refactor: 优化代码生成模板,优化项目结构 2025-01-14 11:06:23 +08:00
Jie Zheng
1b5b265d02 refactor: 优化安全配置和修改登录逻辑隐藏密码信息 2025-01-14 10:32:12 +08:00
Jie Zheng
eff0fd9e12 refactor: 优化用户、角色、字典分页查询 2025-01-14 10:05:55 +08:00
Jie Zheng
cfbbc7c857 refactor: 代码优化 2025-01-13 17:04:22 +08:00
Jie Zheng
d2bb69798a refactor: 优化安全配置和代码结构 2025-01-13 16:46:48 +08:00
Jie Zheng
bb9a0d7213 feat: 优化数据库和Redis连接池配置 2025-01-13 16:00:44 +08:00
Jie Zheng
1136bb6172 refactor: 优化线程池配置及日志级别调整 2025-01-13 15:56:31 +08:00
Jie Zheng
eb17ffdfc7 feat: 优化配置和代码结构
1、优化项目结构、优化部分配置
2、优化Redis配置类,缓存需手动指定key生成器
3、新增AnonTagUtils,用于获取匿名接口
4、优化Swagger,排除不需要认证的接口
5、新增BigDecimalUtils,用于BigDecimal类型,+-*/计算,元与分的转换
2025-01-13 14:32:27 +08:00
Jie Zheng
fc5fbe0c85 refactor: 优化匿名访问URL处理逻辑,优化Swagger接口认证配置 2025-01-13 10:51:36 +08:00
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
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
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
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
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
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
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
895864b88d 代码优化 2023-07-10 11:04:25 +08:00
Zheng Jie
9437a9e186 修复编辑字典详情编辑报错问题 2023-07-08 14:36:33 +08:00
Zheng Jie
47806c6cc4 代码优化,避免【菜单、部门】移动节点时出现PID数据环形问题:https://github.com/elunez/eladmin/issues/803 2023-07-07 17:57:23 +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
Zheng Jie
70c0dbffc1 启用Gzip压缩 2023-07-05 11:55:43 +08:00
Zheng Jie
fc49522f94 代码优化,去除遗留的jackson代码 2023-07-05 11:36:46 +08:00
Zheng Jie
0c942c5f5e 用户登录优化,踢出用户性能优化,在线用户查询性能优化
https://github.com/elunez/eladmin/issues/802
2023-07-04 22:31:04 +08:00
Zheng Jie
7e16ede047 修复角色机构权限bug: https://github.com/elunez/eladmin/issues/801 2023-07-04 16:55:43 +08:00
Zheng Jie
d5deb1701a Revert "角色机构权限bug: https://github.com/elunez/eladmin/issues/801"
This reverts commit 047b8329d5.
2023-07-04 16:55:29 +08:00
Zheng Jie
047b8329d5 角色机构权限bug: https://github.com/elunez/eladmin/issues/801 2023-07-04 16:54:15 +08:00
Zheng Jie
10280b91e3 代码优化
https://github.com/elunez/eladmin/pull/764
2023-07-04 16:44:20 +08:00
libaolu
878f15bd44 !3 修复一键部署时upload_path为null
* 修复一键部署时upload_path为null
2023-07-02 04:24:56 +00:00
Zheng Jie
e86c2552a1 新增PageResult类,用作列表返回 2023-06-30 15:01:49 +08:00
Zheng Jie
e89544b39d 修复一键部署提示“包对应应用信息不存在”问题
https://gitee.com/elunez/eladmin-mp/issues/I7GSJY
2023-06-28 17:21:00 +08:00
Zheng Jie
f30f3b24ea 修复部门删除时sql解析异常 2023-06-27 17:33:40 +08:00
Zheng Jie
927589fd3f PageUtil 优化 2023-06-27 10:50:02 +08:00
Zheng Jie
8613cb1140 eladmin mybatis-plus 发布 2023-06-26 15:10:45 +08:00