Commit Graph

50 Commits

Author SHA1 Message Date
Ray.Hao
a0530dc380 feat: 添加日志切面 2024-06-26 00:13:50 +08:00
hxr
7d1fcfbef4 refactor: 系统功能重构 2024-06-24 08:15:46 +08:00
hxr
835e08d92e feat: 基础实体类添加逻辑删除字段isDeleted 2024-06-23 23:55:55 +08:00
Ray.Hao
227fe38315 feat: 自定义异常消息支持占位符 2024-06-21 23:51:38 +08:00
hxr
558c0a7e6e feat: 路由支持动态参数 2024-05-25 23:59:12 +08:00
Ray.Hao
95fdbc2c98 refactor: 优化 JWT 解析和验证代码和修复用户名密码错误的异常提示 2024-04-18 18:16:19 +08:00
haoxr
93720b526a refactor: 刷新角色权限代码位置调整 2024-01-29 18:14:40 +08:00
haoxr
911af69c0d refactor: 用户权限方案重构,黑名单实现 JWT 主动注销 2024-01-25 16:40:31 +08:00
hxr
3b6dbf8f65 refactor: 包结构优化 2024-01-21 14:07:16 +08:00
hxr
9403479af7 refactor: 代码重构,移除 jjwt 的 JWT 库,使用 HuTool 工具实现 JWT 生成(默认jjwt库)、验证和解析。 2024-01-20 23:19:02 +08:00
haoxr
ce291f1a93 refactor: 代码优化 2024-01-17 22:13:15 +08:00
haoxr
cd4f14e643 refactor: 包结构优化,websocket 重构 2023-12-13 18:33:11 +08:00
hxr
28646fdf73 fix: 验证码不刷新问题修复,项目包结构调整 2023-12-12 23:23:45 +08:00
haoxr
e203870849 fix: 全局异常处理导致Spring Security自定义未认证、未授权异常失效问题修复 2023-12-01 18:41:46 +08:00
haoxr
c4463cfcc1 refactor: 代码重构优化,用户权限缓存调整角色权限缓存 2023-11-29 22:17:16 +08:00
hxr
987e2177fd refactor: 验证码字段调整 2023-11-18 22:59:37 +08:00
haoxr
be25c4b0a4 chore: 项目目录结构调整优化 2023-11-10 00:33:54 +08:00
haoxr
f93190e81d refactor: 项目目录结构优化 2023-11-07 23:34:22 +08:00
haoxr
693fad43bd refactor: 日期范围查询时间比较代码优化 2023-10-20 22:56:28 +08:00
hxr
ee438b5370 refactor: 日期格式化为数据库日期格式,避免日期比较使用函数导致索引失效 2023-10-19 00:00:02 +08:00
haoxr
1e2bcd188e refactor: 配置分页请求参数必填 2023-10-17 21:53:48 +08:00
haoxr
5d59c3b5f9 refactor: 接口文档请求头 Authorization 参数配置全局,接口移除 @SecurityRequirement 2023-10-17 21:53:13 +08:00
haoxr
652bc18fd2 refactor: 用户分页接口优化,添加创建时间范围查询参数 2023-10-17 21:50:55 +08:00
hxr
b147a3ddfe chore: exception 移动至 common 包下 2023-09-21 23:50:19 +08:00
haoxr
3ff462305b refactor: SpringSecurity + JWT 认证鉴权重构 2023-09-13 18:27:15 +08:00
haoxr
9453600715 refactor: 添加 websocket 连接认证拦截器实现点对点指定用户发送消息;移除 easy-captcha 替换为 hutool-captcha验证码实现代码简化;重构认证接口控制层代码。 2023-09-12 18:25:16 +08:00
hxr
2da38794f5 docs: 注释优化 2023-08-20 23:47:34 +08:00
hxr
da9fed1dcc docs: 注释修改 2023-08-19 23:49:54 +08:00
hxr
8819bced41 docs: 注释修改 2023-08-18 23:35:51 +08:00
haoxr
532b632ccc refactor: 项目结构合理性优化 2023-06-03 11:03:12 +08:00
haoxr
b0827b1924 feat: 菜单、角色、字典、部门添加接口权限控制 2023-05-21 14:36:33 +08:00
haoxr
2f62566b56 feat: 新增防重提交功能 2023-05-10 06:46:06 +08:00
haoxr
612ea6cea8 refactor: 优化注释和代码优化 2023-05-10 06:42:07 +08:00
郝先瑞
7dfb621913 docs: 删除无用注释 2023-04-23 07:43:58 +08:00
郝先瑞
c1827c16dc docs: 修改无权操作线上数据库话术 2023-04-22 16:41:29 +08:00
郝先瑞
7a712e03ce feat(GlobalExceptionHandler.java): 添加无权操作线上数据库异常拦截自定义响应 2023-04-22 16:38:47 +08:00
haoxr
df10b85157 style: 移除空行 2023-04-20 20:22:52 +08:00
haoxr
c590fd7607 feat: 完善注销功能逻辑,通过黑名单的方式实现注销场景JWT失效控制 2023-03-25 14:25:29 +08:00
haoxr
20dec09bf5 feat: 新增验证码和代码优化重构 2023-03-24 22:41:59 +08:00
haoxr
defbb6a93b refactor: 项目代码重构,优化管理系统代码细节 2023-03-11 10:57:24 +08:00
haoxr
6ab175871e fix(PageResult): 分页列表因泛型缺失导致接口文档字段无注释问题修复 2023-03-11 10:56:14 +08:00
haoxr
e23bce488e refactor: 项目结构调整 2023-03-08 23:55:32 +08:00
haoxr
00d10b364c refactor: 用户导入优化 2023-03-03 00:50:16 +08:00
haoxr
aa422ff45c refactor: 项目结构优化 2023-03-01 23:24:07 +08:00
haoxr
07b7cd5651 refactor: 用户导入优化 2023-03-01 23:22:01 +08:00
haoxr
9d73197bd8 feat: 升级SpringBoot3 2023-02-06 09:40:50 +08:00
haoxr
e8affeca51 refactor: 项目结构优化 2022-12-18 12:50:44 +08:00
haoxr
d257c411c1 refactor: 项目结构优化 2022-12-13 00:34:08 +08:00
haoxr
33327f48a9 feat: 新增mybatis-plus数据权限拦截器 2022-12-13 00:29:17 +08:00
horizons
de9157143a feat: 全量提交 2022-10-24 07:50:54 +08:00