Commit Graph

523 Commits

Author SHA1 Message Date
Ray.Hao
95fdbc2c98 refactor: 优化 JWT 解析和验证代码和修复用户名密码错误的异常提示 2024-04-18 18:16:19 +08:00
haoxr
945bc94902 refactor: 项目代码优化和结构调整 2024-04-10 22:36:49 +08:00
haoxr
ad12cca6fd fix(WebSocketConfig.java): 引用缺失补充 2024-03-09 00:07:20 +08:00
haoxr
58733cd5c1 Merge branch 'master' of https://gitee.com/youlaiorg/youlai-boot 2024-03-09 00:03:13 +08:00
haoxr
0333502669 style: 优化注释 2024-03-09 00:00:04 +08:00
懒人与猫
3928388c82 update src/main/java/com/youlai/system/config/WebSocketConfig.java.
使用本地websocket的时候,发现后台一直报错无法拿到用户信息,找到一处常量错误

Signed-off-by: 懒人与猫 <lazycat_casillas@qq.com>
2024-02-28 07:14:04 +00:00
haoxr
93720b526a refactor: 刷新角色权限代码位置调整 2024-01-29 18:14:40 +08:00
haoxr
825f1fdfb3 fix: 修改角色状态失败问题修复 2024-01-29 18:13:15 +08:00
haoxr
55502df532 refactor: 校验登录用户是否有操作权限方法优化。 2024-01-25 16:56:48 +08:00
haoxr
85ea68421c refactor: 移除无用引用 2024-01-25 16:49:37 +08:00
haoxr
911af69c0d refactor: 用户权限方案重构,黑名单实现 JWT 主动注销 2024-01-25 16:40:31 +08:00
haoxr
5b72b3af97 fix: 保存角色校验角色名称重复问题修复 2024-01-24 16:30:20 +08:00
hxr
3b6dbf8f65 refactor: 包结构优化 2024-01-21 14:07:16 +08:00
hxr
dd5e92b6ad refactor: RedisTemplate 通过构造函数注入到JwtTokenFilter 2024-01-20 23:32:07 +08:00
hxr
29f2413de6 fix: 用户导入性别转换错误问题修复 2024-01-20 23:24:18 +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
hxr
db6253ca88 fix(MyAuthenticationEntryPoint): 用户名或密码错误异常问题修复 2024-01-05 00:03:03 +08:00
haoxr
022c003547 refactor: 代码优化 2023-12-29 23:08:06 +08:00
hxr
c4adefd787 style: 移除空格和无用引用 2023-12-22 10:34:56 +08:00
hxr
5981303b49 fix: 用户权限从数据库读取 2023-12-22 10:08:17 +08:00
hxr
f32f4edc54 fix: 统一菜单缓存 key 2023-12-16 14:31:00 +08:00
haoxr
a1a1a64f73 refactor: 验证码重构 2023-12-16 14:10:42 +08:00
haoxr
31a2fbeb42 refactor: knife4j 全局设置参数排除无需鉴权的接口 2023-12-15 23:43:09 +08:00
haoxr
974f32b268 refactor: websocket 优化 2023-12-14 23:36:41 +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
hxr
19fed752fd feat: 增加 spring cache 开关配置,默认关闭 2023-12-09 14:33:07 +08:00
haoxr
86c7466bac feat: Spring Boot 整合 Spring Cache 和 Redis 缓存 2023-12-04 21:39:24 +08:00
haoxr
e28b3e9490 feat: Spring Boot 整合 Spring Cache 和 Redis 缓存 2023-12-04 21:39:12 +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
b2374bda69 refactor: 优化数据权限拦截,无数据权限注解优先级设置最高 2023-11-23 23:57:53 +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
bc20ca7a7b chore: 分支合并 2023-11-07 23:39:43 +08:00
haoxr
f93190e81d refactor: 项目目录结构优化 2023-11-07 23:34:22 +08:00
hxr
cf55ab811d refactor: 验证码字段名修改 2023-11-05 17:32:26 +08:00
hxr
a82ce8da7b feat: 菜单路由添加是否开启缓存和目录始终显示的设置 2023-10-22 23:58:41 +08:00
haoxr
c403c59107 feat: 菜单路由添加 alwaysShow 属性控制只有一个子路由是否显示 2023-10-20 22:57:31 +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
dfd233739b refactor: mybatis-plus 字段自动填充代码和注释优化 2023-10-18 18:28:59 +08:00
haoxr
9165aa864f refactor: 兼容没有验证码的版本,方便接口调试移除验证码必填校验 2023-10-17 21:54:24 +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
36894b16f1 feat: websocket stomp 添加对 ws 连接协议支持(uni-app原生) 2023-10-17 21:51:53 +08:00
haoxr
652bc18fd2 refactor: 用户分页接口优化,添加创建时间范围查询参数 2023-10-17 21:50:55 +08:00
haoxr
b6ee9d913a refactor(SwaggerConfig.,java): 优化接口文档配置,全局 Authorization 请求头参数配置 2023-10-17 21:49:14 +08:00
haoxr
77960dcf81 docs(SocketMessage.java): 完善注释 2023-10-17 21:48:12 +08:00