Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit 3564427

Browse files
author
itning
committed
readme up
1 parent 86ecf3e commit 3564427

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,29 @@
1111
[![language](https://img.shields.io/badge/language-JAVA-orange.svg)]()
1212

1313
## 如何使用
14-
1. clone project
15-
2. 修改application.yml文件
16-
3. 启动(默认端口 8080)
14+
1. [获取最新Releases](https://github.com/itning/hexo-admin/releases)
15+
16+
2. 通过
17+
18+
```shell
19+
java -jar .\hexo-admin-1.0.0-release.jar --user-props.db-file-path=C:\Users\wangn\Desktop\c.db --user-props.mark-down-path=C:\Users\wangn\Desktop\post
20+
```
21+
22+
3. user-props.db-file-path 表示备份文件位置(随便写)
23+
24+
4. user-props.mark-down-path 表示文章目录 G:\xxx\itningblog\source\\_posts\
25+
26+
5. 浏览器打开 [http://localhost:8080/](http://localhost:8080/)
27+
## 如何
28+
29+
1. 更改端口
30+
31+
```shell
32+
java -jar xxx.jar --server.port=80
33+
```
34+
35+
36+
1737
## 预览
1838
![index](https://github.com/itning/hexo-admin/blob/master/pic/index.png)
1939
![new_post](https://github.com/itning/hexo-admin/blob/master/pic/new_post.png)

0 commit comments

Comments
 (0)