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:
Olof 2020-03-09 07:01:51 +01:00 committed by GitHub
parent 09970cd380
commit 51331879af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Below is a simple demo that guides new users to use Sentinel in just 3 steps. It
### 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`.