-
Notifications
You must be signed in to change notification settings - Fork 91
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
1 changed file
with
2 additions
and
2 deletions.
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 |
---|---|---|
|
@@ -209,7 +209,7 @@ CMD ["java","-jar","/gdbigdata/accessmiddleserver/gdbigdata-access-middle-server | |
|
||
1. 克隆项目到本地: | ||
```bash | ||
git clone [email protected]:826148267/gdbd-desktop.git | ||
git clone [email protected]/826148267/cjml_server.git | ||
``` | ||
|
||
2. 进入项目目录: | ||
|
@@ -218,7 +218,7 @@ CMD ["java","-jar","/gdbigdata/accessmiddleserver/gdbigdata-access-middle-server | |
``` | ||
|
||
3. 安装依赖: | ||
Java9 以上环境(模块化编程需要) | ||
Java9 以上环境(模块化编程需要,最好是Java17) | ||
|
||
4. 启动系统: | ||
编译运行后,之前点击运行软件即可 | ||
|