From b6dee3eccf7ffaaf2e0d053163ba1763a41b8991 Mon Sep 17 00:00:00 2001
From: "Ray.Hao" <1490493387@qq.com>
Date: Mon, 12 Jan 2026 11:37:55 +0800
Subject: [PATCH] =?UTF-8?q?docs(readme):=20=E5=8D=87=E7=BA=A7=20Spring=20B?=
=?UTF-8?q?oot=204=20=E5=90=8C=E6=AD=A5=E6=9B=B4=E6=96=B0=E9=A1=B9?=
=?UTF-8?q?=E7=9B=AE=E6=96=87=E6=A1=A3=E4=B8=AD=E7=9A=84=E4=BE=9D=E8=B5=96?=
=?UTF-8?q?=E7=89=88=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 42 ++++++++++++------------------------------
1 file changed, 12 insertions(+), 30 deletions(-)
diff --git a/README.md b/README.md
index 2bc35783..b81fbadd 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,8 @@
-
-
-## 🎉 正在参加 Gitee 2025 最受欢迎开源软件评选
-
-
-
-
-
-
- 📢 投票最后1天!恳请助力一票 🙏 无需重复投,您的支持是我们前行的最大动力!
-
-
-
-
-
-
youlai-boot

-

+
@@ -28,14 +12,12 @@
-
-

-
-
-
-
-
+
+
+
+
+
🖥️ 在线预览 |
📑 阅读文档 |
🌐 官网
@@ -43,16 +25,16 @@
## 📢 项目简介
-基于 JDK 17、Spring Boot 3、Spring Security 6、JWT、Redis、Mybatis-Plus、Vue
+基于 JDK 17、Spring Boot 4、Spring Security 、JWT、Redis、Mybatis-Plus、Vue
3、Element-Plus 构建的前后端分离单体权限管理系统。
[Mybatis-Flex 版本](https://gitee.com/youlaiorg/youlai-boot-flex)
-- **🚀 开发框架**: 使用 Spring Boot 3 和 Vue 3,以及 Element-Plus 等主流技术栈,
+- **🚀 开发框架**: 使用 Spring Boot 4 和 Vue 3,以及 Element-Plus 等主流技术栈,
实时更新。
-- **🔐 安全认证**: 基于 Spring Security 6 原生架构,集成 JWT 令牌自动续期(无状
- 态)和 Redis 会话多端互斥管理(实时强制离线)双重认证机制,构建企业级身份安全
- 中枢。
+- **🔐 安全认证**: 基于 Spring Security 原生架构,集成 JWT 令牌自动续期(无状态
+ )和 Redis 会话多端互斥管理(实时强制离线)双重认证机制,构建企业级身份安全中
+ 枢。
- **🔑 权限管理**: 基于 RBAC 模型,实现细粒度的权限控制,涵盖接口方法和按钮级别
。
@@ -175,7 +157,7 @@ youlai-boot
的 main 方法完成后端项目启动;
访问接口文档地址
- [http://localhost:8989/doc.html](http://localhost:8989/doc.html) 验证项目启动
+ [http://localhost:8000/doc.html](http://localhost:8000/doc.html) 验证项目启动
是否成功。
## 🚀 项目部署