Commit Graph

44 Commits

Author SHA1 Message Date
懒人与猫
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
911af69c0d refactor: 用户权限方案重构,黑名单实现 JWT 主动注销 2024-01-25 16:40:31 +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
9403479af7 refactor: 代码重构,移除 jjwt 的 JWT 库,使用 HuTool 工具实现 JWT 生成(默认jjwt库)、验证和解析。 2024-01-20 23:19:02 +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
19fed752fd feat: 增加 spring cache 开关配置,默认关闭 2023-12-09 14:33:07 +08:00
haoxr
e28b3e9490 feat: Spring Boot 整合 Spring Cache 和 Redis 缓存 2023-12-04 21:39:12 +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
36894b16f1 feat: websocket stomp 添加对 ws 连接协议支持(uni-app原生) 2023-10-17 21:51:53 +08:00
haoxr
b6ee9d913a refactor(SwaggerConfig.,java): 优化接口文档配置,全局 Authorization 请求头参数配置 2023-10-17 21:49:14 +08:00
hxr
3446af605c chore: 优化类路径 2023-09-16 09:25:20 +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
haoxr
9d272406c5 refactor: 完善websocket配置和测试用例 2023-08-31 18:29:12 +08:00
haoxr
105eb6f7c4 refactor: 阿里云OSS文件上传路径调整和Security代码优化 2023-07-12 19:16:25 +08:00
haoxr
b73ad0126f refactor: 接口文档分组 2023-06-05 23:58:07 +08:00
haoxr
532b632ccc refactor: 项目结构合理性优化 2023-06-03 11:03:12 +08:00
haoxr
808c33789c feat: 新增 websocket 功能模块 2023-06-03 11:02:44 +08:00
haoxr
498311b80b docs: 注释完善 2023-05-18 08:06:44 +08:00
haoxr
6f720c546d docs: 注释完善 2023-05-18 08:06:39 +08:00
郝先瑞
d430345315 refactor: 代码优化 2023-05-11 07:49:20 +08:00
haoxr
11160717c3 fix: redisson-spring-boot-starterredis 配置冲突问题修复 2023-05-10 19:30:57 +08:00
haoxr
2f62566b56 feat: 新增防重提交功能 2023-05-10 06:46:06 +08:00
haoxr
37055477e3 fix: CORS跨域共享配置无效问题修复 2023-04-20 20:23:42 +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
dc19023d25 fix: 合并冲突解决 2023-03-03 01:00:06 +08:00
haoxr
5a9788fedc fix: api-docs接口文档描述返回序列化问题修复 2023-03-03 00:52:24 +08:00
haoxr
aa422ff45c refactor: 项目结构优化 2023-03-01 23:24:07 +08:00
haoxr
f49ba52554 refactor: redis json序列化优化和添加序列化器测试 2023-02-17 18:53:18 +08:00
haoxr
e43b278140 refactor: springboot3 + knife4j 请求添加token配置 2023-02-17 18:51:50 +08:00
haoxr
8c16ec083e feat: 添加swagger白名单路径 2023-02-17 18:49:20 +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
haoxr
919fe181e2 feat: 添加redis序列化配置 2022-12-13 00:28:03 +08:00
haoxr
dee6fa5cc4 refactor: 添加未认证和未授权自定义异常处理,printWriter无需手动关闭 2022-11-15 00:24:41 +08:00
horizons
1ef29a0352 feat: 开启CORS资源共享,解决浏览器跨域访问限制 2022-10-24 23:28:16 +08:00
horizons
de9157143a feat: 全量提交 2022-10-24 07:50:54 +08:00