haoxr
|
124b60f27a
|
fix: 自动代码生成错误问题修复
|
2024-04-11 23:59:25 +08:00 |
|
haoxr
|
0ea36e3f45
|
Merge branch 'master' of https://gitee.com/youlaiorg/youlai-boot
|
2024-04-10 22:36:58 +08:00 |
|
haoxr
|
945bc94902
|
refactor: 项目代码优化和结构调整
|
2024-04-10 22:36:49 +08:00 |
|
haoxr
|
4b4bee4cd8
|
feat: 项目集成mybatis-plus-generator 代码生成器
Closes https://gitee.com/youlaiorg/youlai-boot/issues/I80MH1
|
2024-04-10 22:35:07 +08:00 |
|
hxr
|
1bf2ab873a
|
Merge branch 'master' of gitee.com:youlaiorg/youlai-boot
|
2024-03-21 23:54:26 +08:00 |
|
hxr
|
37fc6e5067
|
build(pom.xml): 升级 SpringBoot 版本至 3.2.3
|
2024-03-21 23:54:15 +08:00 |
|
haoxr
|
58d30d56ca
|
docs(README.md): 修改依赖版本号
|
2024-03-09 00:10:36 +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
|
1affb04996
|
build(pom.xml): 升级 SpringBoot 版本至 3.2.3
|
2024-03-09 00:01:17 +08:00 |
|
haoxr
|
0333502669
|
style: 优化注释
|
2024-03-09 00:00:04 +08:00 |
|
郝先瑞
|
fc1d829016
|
!3 update src/main/java/com/youlai/system/config/WebSocketConfig.java.
Merge pull request !3 from 懒人与猫/N/A
|
2024-02-28 07:23:14 +00: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 |
|
hxr
|
69d0a062a6
|
Merge branch 'master' of gitee.com:youlaiorg/youlai-boot
|
2024-02-20 22:39:40 +08:00 |
|
haoxr
|
4aaa5c0745
|
build(pom.xml): 升级 SpringBoot 版本 3.2.1 → 3.2.2
|
2024-02-20 16:26:21 +08:00 |
|
hxr
|
7af68d5350
|
Merge branch 'master' of gitee.com:youlaiorg/youlai-boot
|
2024-01-29 21:59:37 +08:00 |
|
haoxr
|
93720b526a
|
refactor: 刷新角色权限代码位置调整
|
2024-01-29 18:14:40 +08:00 |
|
haoxr
|
825f1fdfb3
|
fix: 修改角色状态失败问题修复
|
2024-01-29 18:13:15 +08:00 |
|
hxr
|
020760d274
|
refactor: 移除无用代码
|
2024-01-26 22:50: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 |
|
haoxr
|
088993f9db
|
Merge branch 'master' of https://gitee.com/youlaiorg/youlai-boot
|
2024-01-24 16:24:56 +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
|
428a751e12
|
chore(pom.xml): 升级 mybatis-plus 为 springboot 3 版本
|
2024-01-19 14:05:25 +08:00 |
|
hxr
|
b1a4bb7109
|
Merge branch 'master' of gitee.com:youlaiorg/youlai-boot
|
2024-01-17 22:31:08 +08:00 |
|
haoxr
|
f662af4e23
|
chore(pom.xml): 升级SpringBoot3.2.1,Mybatis-Plus3.5.5版本
|
2024-01-17 22:14:56 +08:00 |
|
haoxr
|
ce291f1a93
|
refactor: 代码优化
|
2024-01-17 22:13:15 +08:00 |
|
hxr
|
465210b918
|
chore: 升级版本号
|
2024-01-05 00:03:48 +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
|
bdf5c42dcd
|
chore: 升级项目版本号 2.5.1 → 2.5.2
|
2023-12-22 15:36:55 +08:00 |
|
hxr
|
257930f786
|
refactor: 优化验证码样式
|
2023-12-22 15:34:43 +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
|
da414475a2
|
chore: 升级 hutool 工具版本
|
2023-12-22 10:07:24 +08:00 |
|
hxr
|
f32f4edc54
|
fix: 统一菜单缓存 key
|
2023-12-16 14:31:00 +08:00 |
|
hxr
|
09004fb89d
|
Merge branch 'master' of gitee.com:youlaiorg/youlai-boot
|
2023-12-16 14:16:29 +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
|
b857269264
|
chore: 版本号更新
|
2023-12-12 23:25:57 +08:00 |
|
hxr
|
28646fdf73
|
fix: 验证码不刷新问题修复,项目包结构调整
|
2023-12-12 23:23:45 +08:00 |
|
hxr
|
e16ffe3a95
|
chore: 升级 SpringBoot 版本至 3.2.0
|
2023-12-11 23:25:14 +08:00 |
|
hxr
|
19fed752fd
|
feat: 增加 spring cache 开关配置,默认关闭
|
2023-12-09 14:33:07 +08:00 |
|