mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
🔖 发布 0.8 版
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user