🔖 发布 0.8 版

This commit is contained in:
zhaojun1998
2020-01-28 15:19:04 +08:00
parent 018a68246e
commit 90cd13f2c3
2 changed files with 5 additions and 5 deletions

View File

@@ -34,19 +34,19 @@ yum install -y java # 适用于 Centos 7.x
下载项目: 下载项目:
```bash ```bash
wget https://github.com/zhaojun1998/zfile/releases/download/0.7.1/zfile-0.7.1.jar wget https://github.com/zhaojun1998/zfile/releases/download/0.8/zfile-0.8.jar
``` ```
启动项目: 启动项目:
```bash ```bash
java -Djava.security.egd=file:/dev/./urandom -jar zfile-0.7.1.jar java -Djava.security.egd=file:/dev/./urandom -jar zfile-0.8.jar
## 高级启动 ## 高级启动
java -Djava.security.egd=file:/dev/./urandom -jar zfile-0.7.1.jar --server.port=18777 java -Djava.security.egd=file:/dev/./urandom -jar zfile-0.8.jar --server.port=18777
## 后台运行 ## 后台运行
nohup java -Djava.security.egd=file:/dev/./urandom -jar zfile-0.7.1.jar & nohup java -Djava.security.egd=file:/dev/./urandom -jar zfile-0.8.jar &
``` ```
> 系统使用的是内置配置文件, 默认配置请参考: [application.yml](https://github.com/zhaojun1998/zfile/blob/master/src/main/resources/application.yml) > 系统使用的是内置配置文件, 默认配置请参考: [application.yml](https://github.com/zhaojun1998/zfile/blob/master/src/main/resources/application.yml)

View File

@@ -12,7 +12,7 @@
<groupId>im.zhaojun</groupId> <groupId>im.zhaojun</groupId>
<artifactId>zfile</artifactId> <artifactId>zfile</artifactId>
<version>0.7.1</version> <version>0.8</version>
<name>zfile</name> <name>zfile</name>
<description>一个在线的文件浏览系统</description> <description>一个在线的文件浏览系统</description>