Skip to content

Commit 0357028

Browse files
committed
add prerequisites
1 parent ed7dfbe commit 0357028

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ You can view and modify your service information and service governance configur
1010

1111
## Quick Start
1212

13+
This project requires Java 11 && Maven >= 3.6.0.
14+
1315
1. Download code: `git clone https://github.com/opensergo/opensergo-dashboard.git`
1416
2. Modify `opensergo-dashboard-server/src/main/resources/application.yaml`, specify the mysql server address
1517
* Table struct: [opensergo-dashboard-server/src/main/resources/schema.sql](./opensergo-dashboard-server/src/main/resources/schema.sql)

README.zh-Hans.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
## 快速开始
1111

12+
本项目依赖 Java 11 && Maven >= 3.6.0。
13+
1214
1. 下载代码:`git clone https://github.com/opensergo/opensergo-dashboard.git`
1315
2.`opensergo-dashboard-server/src/main/resources/application.yaml`中指定mysql的地址
1416
* mysql的表结构见 [opensergo-dashboard-server/src/main/resources/schema.sql](./opensergo-dashboard-server/src/main/resources/schema.sql)

0 commit comments

Comments
 (0)