-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
README.md | ||
.gradle | ||
build/ | ||
!gradle/wrapper/gradle-wrapper.jar | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 开始使用 | ||
|
||
* 下载Zip并解压 | ||
* 修改端口, 将config/application.yml中 port: 2023 修改为你自己可用的端口 | ||
* 将文件放入files文件夹中 | ||
* 双击运行 run.bat | ||
* 本地下载URL为: http://127.0.0.1:2023/download/xxxxxxxxxx.zip | ||
|
||
# Start using | ||
|
||
* Download the Zip and unzip it | ||
* Modify the port, change port: 2023 in config/application.yml to your own available port | ||
* Put the file into the files folder | ||
* Double-click to run.bat | ||
* The local download URL is: http://127.0.0.1:2023/download/xxxxxxxxxx.zip |