From 53546e1527f9aee4887cd98de1595d478f929821 Mon Sep 17 00:00:00 2001
From: thinkgem
Date: Thu, 16 Oct 2025 16:34:08 +0800
Subject: [PATCH] update README.md
---
README.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 237d9488..6e6b3c7d 100644
--- a/README.md
+++ b/README.md
@@ -42,17 +42,17 @@
* 源码仓库地址:
- [Gitee](https://gitee.com/thinkgem/jeesite5)、
- [GitCode](https://gitcode.com/thinkgem/jeesite5)、
- [GitHub](https://github.com/thinkgem/jeesite5)
+ [Gitee](https://gitee.com/thinkgem/jeesite5/tree/v5.springboot2)、
+ [GitCode](https://gitcode.com/thinkgem/jeesite5/tree/v5.springboot2)、
+ [GitHub](https://github.com/thinkgem/jeesite5/tree/v5.springboot2)
* 分离版源码仓库地址:
[Gitee](https://gitee.com/thinkgem/jeesite-vue)、
[GitCode](https://gitcode.com/thinkgem/jeesite-vue)、
[GitHub](https://github.com/thinkgem/jeesite-vue)
* 源码合集仓库地址:
- [GVP](https://gitee.com/thinkgem/jeesite/tree/v5.springboot3)、
- [G-Star](https://gitcode.com/thinkgem/jeesite/overview?ref=v5.springboot3)、
- [GitHub](https://github.com/thinkgem/jeesite/tree/v5.springboot3)
+ [GVP](https://gitee.com/thinkgem/jeesite/tree/v5.springboot2)、
+ [G-Star](https://gitcode.com/thinkgem/jeesite/tree/v5.springboot2)、
+ [GitHub](https://github.com/thinkgem/jeesite/tree/v5.springboot2)
## 平台介绍
@@ -105,7 +105,7 @@
* 技术选型(详细)已支持数据库:
* JeeSite Vue 版本:
* Spring Boot 3.x 版本:
-* Spring Boot 2.x 版本:
+* Spring Boot 2.x 版本:
## 更多介绍
@@ -140,7 +140,7 @@
1. 免安装数据库,使用内嵌 H2 DB、包含 Vue 和 全栈双版本
2. 环境准备:`JDK 1.8 or 11、17`、`Maven 3.6+`、无需准备数据库
-3. 下载源码: 并解压
+3. 下载源码: 并解压
4. 执行脚本:`/web-fast/bin/run-tomcat.bat` 启动服务即可(自动初始化库)
5. Vue分离版本地址:
6. 全栈版本地址:
@@ -150,7 +150,7 @@
### 本地运行
1. 环境准备:`JDK 1.8 or 11、17`、`Maven 3.6+`、使用 `MySQL 5.7 or 8.0` 数据库、[其它数据库](https://jeesite.com/docs/technology/#_8、已支持数据库)
-2. 下载源码: 并解压
+2. 下载源码: 并解压
3. 打开文件:`/web/src/main/resources/config/application.yml` 配置JDBC连接
4. 执行脚本:`/web/bin/init-data.bat` 初始化数据库
5. 执行脚本:`/web/bin/run-tomcat.bat` 启动服务即可