Browse Source

doc: Update JDK requirement of the dashboard in README.md (#1316)

* Following discussions in https://github.com/alibaba/Sentinel/issues/1315
master
Olof GitHub 4 years ago
parent
commit
51331879af
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md 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`.



Loading…
Cancel
Save