update README.md
This commit is contained in:
18
README.md
18
README.md
@@ -42,17 +42,17 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
* 源码仓库地址:
|
* 源码仓库地址:
|
||||||
[Gitee](https://gitee.com/thinkgem/jeesite5)、
|
[Gitee](https://gitee.com/thinkgem/jeesite5/tree/v5.springboot2)、
|
||||||
[GitCode](https://gitcode.com/thinkgem/jeesite5)、
|
[GitCode](https://gitcode.com/thinkgem/jeesite5/tree/v5.springboot2)、
|
||||||
[GitHub](https://github.com/thinkgem/jeesite5)
|
[GitHub](https://github.com/thinkgem/jeesite5/tree/v5.springboot2)
|
||||||
* 分离版源码仓库地址:
|
* 分离版源码仓库地址:
|
||||||
[Gitee](https://gitee.com/thinkgem/jeesite-vue)、
|
[Gitee](https://gitee.com/thinkgem/jeesite-vue)、
|
||||||
[GitCode](https://gitcode.com/thinkgem/jeesite-vue)、
|
[GitCode](https://gitcode.com/thinkgem/jeesite-vue)、
|
||||||
[GitHub](https://github.com/thinkgem/jeesite-vue)
|
[GitHub](https://github.com/thinkgem/jeesite-vue)
|
||||||
* 源码合集仓库地址:
|
* 源码合集仓库地址:
|
||||||
[GVP](https://gitee.com/thinkgem/jeesite/tree/v5.springboot3)、
|
[GVP](https://gitee.com/thinkgem/jeesite/tree/v5.springboot2)、
|
||||||
[G-Star](https://gitcode.com/thinkgem/jeesite/overview?ref=v5.springboot3)、
|
[G-Star](https://gitcode.com/thinkgem/jeesite/tree/v5.springboot2)、
|
||||||
[GitHub](https://github.com/thinkgem/jeesite/tree/v5.springboot3)
|
[GitHub](https://github.com/thinkgem/jeesite/tree/v5.springboot2)
|
||||||
|
|
||||||
## 平台介绍
|
## 平台介绍
|
||||||
|
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
* 技术选型(详细)已支持数据库:<http://jeesite.com/docs/technology/>
|
* 技术选型(详细)已支持数据库:<http://jeesite.com/docs/technology/>
|
||||||
* JeeSite Vue 版本:<https://gitee.com/thinkgem/jeesite-vue>
|
* JeeSite Vue 版本:<https://gitee.com/thinkgem/jeesite-vue>
|
||||||
* Spring Boot 3.x 版本:<https://gitee.com/thinkgem/jeesite5/tree/v5.springboot3>
|
* Spring Boot 3.x 版本:<https://gitee.com/thinkgem/jeesite5/tree/v5.springboot3>
|
||||||
* Spring Boot 2.x 版本:<https://gitee.com/thinkgem/jeesite5/tree/v5.springboot2/>
|
* Spring Boot 2.x 版本:<https://gitee.com/thinkgem/jeesite5/tree/v5.springboot2>
|
||||||
|
|
||||||
## 更多介绍
|
## 更多介绍
|
||||||
|
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
|
|
||||||
1. 免安装数据库,使用内嵌 H2 DB、包含 Vue 和 全栈双版本
|
1. 免安装数据库,使用内嵌 H2 DB、包含 Vue 和 全栈双版本
|
||||||
2. 环境准备:`JDK 1.8 or 11、17`、`Maven 3.6+`、无需准备数据库
|
2. 环境准备:`JDK 1.8 or 11、17`、`Maven 3.6+`、无需准备数据库
|
||||||
3. 下载源码:<https://gitee.com/thinkgem/jeesite5/repository/archive/v5.9.zip> 并解压
|
3. 下载源码:<https://gitee.com/thinkgem/jeesite5/repository/archive/v5.springboot2.zip> 并解压
|
||||||
4. 执行脚本:`/web-fast/bin/run-tomcat.bat` 启动服务即可(自动初始化库)
|
4. 执行脚本:`/web-fast/bin/run-tomcat.bat` 启动服务即可(自动初始化库)
|
||||||
5. Vue分离版本地址:<http://127.0.0.1:8980/vue/login>
|
5. Vue分离版本地址:<http://127.0.0.1:8980/vue/login>
|
||||||
6. 全栈版本地址:<http://127.0.0.1:8980/a/login>
|
6. 全栈版本地址:<http://127.0.0.1:8980/a/login>
|
||||||
@@ -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、已支持数据库)
|
1. 环境准备:`JDK 1.8 or 11、17`、`Maven 3.6+`、使用 `MySQL 5.7 or 8.0` 数据库、[其它数据库](https://jeesite.com/docs/technology/#_8、已支持数据库)
|
||||||
2. 下载源码:<https://gitee.com/thinkgem/jeesite5/repository/archive/v5.9.zip> 并解压
|
2. 下载源码:<https://gitee.com/thinkgem/jeesite5/repository/archive/v5.springboot2.zip> 并解压
|
||||||
3. 打开文件:`/web/src/main/resources/config/application.yml` 配置JDBC连接
|
3. 打开文件:`/web/src/main/resources/config/application.yml` 配置JDBC连接
|
||||||
4. 执行脚本:`/web/bin/init-data.bat` 初始化数据库
|
4. 执行脚本:`/web/bin/init-data.bat` 初始化数据库
|
||||||
5. 执行脚本:`/web/bin/run-tomcat.bat` 启动服务即可
|
5. 执行脚本:`/web/bin/run-tomcat.bat` 启动服务即可
|
||||||
|
|||||||
Reference in New Issue
Block a user