Commit Graph

42 Commits

Author SHA1 Message Date
hxr
26baecd241 chore: 升级 SpringBoot 版本 3.2.5 → 3.3.0和项目版本号2.8.0 2024-05-27 00:30:52 +08:00
hxr
8a064a22d9 build: 升级项目和Springboot版本 2024-05-13 22:53:57 +08:00
Ray.Hao
b790de2a76 build(pom.xml): 升级项目版本号 2.7.02.7.1 2024-04-18 18:17:13 +08:00
haoxr
0ea36e3f45 Merge branch 'master' of https://gitee.com/youlaiorg/youlai-boot 2024-04-10 22:36:58 +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
37fc6e5067 build(pom.xml): 升级 SpringBoot 版本至 3.2.3 2024-03-21 23:54:15 +08:00
haoxr
1affb04996 build(pom.xml): 升级 SpringBoot 版本至 3.2.3 2024-03-09 00:01:17 +08:00
haoxr
4aaa5c0745 build(pom.xml): 升级 SpringBoot 版本 3.2.1 → 3.2.2 2024-02-20 16:26:21 +08:00
haoxr
911af69c0d refactor: 用户权限方案重构,黑名单实现 JWT 主动注销 2024-01-25 16:40:31 +08:00
hxr
9403479af7 refactor: 代码重构,移除 jjwt 的 JWT 库,使用 HuTool 工具实现 JWT 生成(默认jjwt库)、验证和解析。 2024-01-20 23:19:02 +08:00
haoxr
f662af4e23 chore(pom.xml): 升级SpringBoot3.2.1,Mybatis-Plus3.5.5版本 2024-01-17 22:14:56 +08:00
hxr
bdf5c42dcd chore: 升级项目版本号 2.5.12.5.2 2023-12-22 15:36:55 +08:00
hxr
da414475a2 chore: 升级 hutool 工具版本 2023-12-22 10:07:24 +08:00
hxr
b857269264 chore: 版本号更新 2023-12-12 23:25:57 +08:00
hxr
e16ffe3a95 chore: 升级 SpringBoot 版本至 3.2.0 2023-12-11 23:25:14 +08:00
hxr
7183ede9b4 chore: 升级项目版本号 2.4.1 → 2.5.0 2023-12-05 23:51:41 +08:00
haoxr
e28b3e9490 feat: Spring Boot 整合 Spring Cache 和 Redis 缓存 2023-12-04 21:39:12 +08:00
haoxr
9e5ff6dfc5 chore: 升级redisson版本至3.24.3,并使用域名替代IP 2023-11-14 23:44:57 +08:00
haoxr
4be48704cd chore: 升级 SpringBoot 版本 3.1.43.1.5 2023-11-07 23:36:56 +08:00
haoxr
2ba2828edd chore(pom.xml): 升级 springboot 3.1.0 →3.1.4,knife4j 4.0.0→4.3.0 2023-10-17 21:44:03 +08:00
haoxr
9453600715 refactor: 添加 websocket 连接认证拦截器实现点对点指定用户发送消息;移除 easy-captcha 替换为 hutool-captcha验证码实现代码简化;重构认证接口控制层代码。 2023-09-12 18:25:16 +08:00
haoxr
532b632ccc refactor: 项目结构合理性优化 2023-06-03 11:03:12 +08:00
haoxr
9b8de0b35e chore(pom.xml): 添加websocket依赖 2023-06-01 23:56:28 +08:00
haoxr
4ca8c13d86 fix: 修复多级路由的组件路径错误导致页面404问题 2023-05-25 07:34:44 +08:00
haoxr
98f11a6df3 chore: 升级版本 2.2.0 2023-05-23 23:56:02 +08:00
haoxr
d0e4e0b7bc chore(pom.xml): 升级 SpringBoot 版本 3.0.63.1.0 2023-05-21 14:32:51 +08:00
郝先瑞
4063851f67 build(pom.xml): 添加 lombok-mapstruct-binding 插件依赖,允许使用Lombok的Java Bean类中使用MapStruct注解 (Lombok 1.18.20+) 2023-05-13 19:50:04 +08:00
haoxr
b4039f791b build(pom.xml): 添加分布式锁依赖包 2023-05-10 06:42:43 +08:00
郝先瑞
8d3e13a294 build: 升级 SpringBoot 3.0.6 和移除动态数据源依赖 2023-05-02 22:58:53 +08:00
郝先瑞
47d7c5083c fix(pom.xml): Java8 之后 JavaScript 引擎 nashorn 被移除导致验证码解析报错 2023-04-22 16:33:17 +08:00
haoxr
f69a6d2c01 build(pom.xml): 升级依赖版本和添加动态数据源依赖 2023-04-21 18:11:36 +08:00
haoxr
c19b27f1d9 chore(pom.xml): 升级 SpringBoot 3.0.23.0.5 2023-03-25 14:21:39 +08:00
haoxr
b5d7fe2370 chore(pom.xml): 升级版本号v2.1.0 2023-03-25 10:20:22 +08:00
haoxr
20dec09bf5 feat: 新增验证码和代码优化重构 2023-03-24 22:41:59 +08:00
haoxr
6455d745d0 fix: springdoc注解问题修复 2023-03-02 01:19:13 +08:00
haoxr
bc7e53b0d8 chore: 添加单元测试依赖 2023-02-17 18:52:31 +08:00
haoxr
9d73197bd8 feat: 升级SpringBoot3 2023-02-06 09:40:50 +08:00
haoxr
e7a3c2c911 chore: 升级SpringBoot版本为2.7.6 2022-12-18 12:53:10 +08:00
haoxr
026dcf6f29 chore(pom.xml): 版本号升级更新 2022-12-13 00:46:28 +08:00
haoxr
d504d55484 fix(pom.xml): 升级easyexcel版本解决导出用户无数据问题
报错信息:ExcelGenerateException: java.lang.NoClassDefFoundError: Could not
initialize class net.sf.cglib.beans.BeanMap$Generator

Closes https://gitee.com/youlaiorg/vue3-element-admin/issues/I62F9Z
2022-12-13 00:25:36 +08:00
haoxr
ba1ed27454 chore(pom.xml): 新增MinIO依赖 2022-11-21 00:12:35 +08:00
horizons
de9157143a feat: 全量提交 2022-10-24 07:50:54 +08:00