Merge pull request #56 from mindskip/mindskip

update docs/README.md
This commit is contained in:
思维跳跃科技
2021-01-29 09:16:06 +08:00
committed by GitHub

View File

@@ -122,7 +122,7 @@ npm run build
* 执行下列命令,运行程序
```java
nohup java -Duser.timezone=Asia/Shanghai -jar -Dspring.profiles.active=prod xzs-3.1.0.jar > start1.log 2>&1 &
nohup java -Duser.timezone=Asia/Shanghai -jar -Dspring.profiles.active=prod xzs-3.2.0.jar > start1.log 2>&1 &
```
### 前后端分离部署