mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-22 21:34:24 +08:00
tips use master
This commit is contained in:
parent
16fcf6939e
commit
1c5e687924
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
#### 1. 使用已发布版本
|
#### 1. 使用已发布版本
|
||||||
|
|
||||||
**_生产环境强烈推荐使用此方式 !!!_**
|
_生产环境强烈推荐使用此方式 !!!_
|
||||||
|
|
||||||
进入 [releases](https://github.com/getrebuild/rebuild/releases) 页面选择适合的安装包下载。从 2.0 版本开始,我们同时提供 `boot` 与 `standalone` 两种安装包。`boot` 为 Spring Boot 的 `jar` 独立运行模式,`standalone` 为外置 Tomcat 运行模式,两种模式在功能上并无区别。
|
进入 [releases](https://github.com/getrebuild/rebuild/releases) 页面选择适合的安装包下载。从 2.0 版本开始,我们同时提供 `boot` 与 `standalone` 两种安装包。`boot` 为 Spring Boot 的 `jar` 独立运行模式,`standalone` 为外置 Tomcat 运行模式,两种模式在功能上并无区别。
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
#### 2. 通过源码编译
|
#### 2. 通过源码编译
|
||||||
|
|
||||||
**_注意 !!! 生产环境请使用 `master` 分支(即默认分支),其他分支为开发分支,功能存在不确定性_**
|
_注意 !!! 生产环境请使用 `master` 分支(即默认分支),其他分支为开发分支,功能存在不确定性_
|
||||||
|
|
||||||
```
|
```
|
||||||
# 拉取
|
# 拉取
|
||||||
|
|
Loading…
Reference in a new issue