doc: Update JDK requirement of the dashboard in README.md (#1316)
* Following discussions in https://github.com/alibaba/Sentinel/issues/1315
This commit is contained in:
parent
09970cd380
commit
51331879af
|
|
@ -47,7 +47,7 @@ Below is a simple demo that guides new users to use Sentinel in just 3 steps. It
|
||||||
|
|
||||||
### 1. Add Dependency
|
### 1. Add Dependency
|
||||||
|
|
||||||
**Note:** Sentinel requires Java 7 or later.
|
**Note:** Sentinel requires Java 7 or later. Java 8 is required if building the whole project or the dashboard.
|
||||||
|
|
||||||
If your application is build in Maven, just add the following dependency in `pom.xml`.
|
If your application is build in Maven, just add the following dependency in `pom.xml`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue