From 8a0c5d8826a8511fa4fed389533f108ede71c1c3 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Tue, 10 Mar 2026 14:27:29 +0800 Subject: [PATCH] update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 24fdf833..b06e4f8c 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,16 @@ * 前后端分离版本,请移步[RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue),微服务版本,请移步[RuoYi-Cloud](https://gitee.com/y_project/RuoYi-Cloud) * 阿里云折扣场:[点我进入](http://aly.ruoyi.vip),腾讯云秒杀场:[点我进入](http://txy.ruoyi.vip)   +## 版本分支 + +RuoYi 框架提供 Spring Boot 2.x / 3.x / 4.x 多版本分支的并行维护。 + +| 名称 | 说明 | 地址 | +| :---------------- | :------------------------ | :-------------------------------------------------- | +| master 默认分支 | Spring Boot 4.x (JDK 17+) | https://gitee.com/y_project/RuoYi | +| springboot3 分支 | Spring Boot 3.x (JDK 17+) | https://gitee.com/y_project/RuoYi/tree/springboot3 | +| springboot2 分支 | Spring Boot 2.x (JDK 8+) | https://gitee.com/y_project/RuoYi/tree/springboot2 | + ## 内置功能 1. 用户管理:用户是系统操作者,该功能主要完成系统用户配置。