Fix jdk version requirement

Closes gh-3484
This commit is contained in:
Huang YunKun 2015-07-14 20:55:19 +08:00 committed by Stephane Nicoll
parent eb5c195c23
commit fac2d41295
2 changed files with 2 additions and 2 deletions

2
CONTRIBUTING.adoc Normal file → Executable file
View File

@ -54,7 +54,7 @@ should also work without issue.
=== Building from source
To build the source you will need to install
http://maven.apache.org/run-maven/index.html[Apache Maven] v3.0.6 or above and JDK 1.7.
http://maven.apache.org/run-maven/index.html[Apache Maven] v3.0.6 or above and JDK 1.8.

2
README.adoc Normal file → Executable file
View File

@ -93,7 +93,7 @@ requests. If you want to raise an issue, please follow the recommendations bello
You don't need to build from source to use Spring Boot (binaries in
http://repo.spring.io[repo.spring.io], but if you want to try out the latest and greatest,
Spring Boot can be http://maven.apache.org/run-maven/index.html[built with maven]
v3.0.5 or above. You also need JDK 1.7 (although Boot applications can run on Java 1.6).
v3.0.5 or above. You also need JDK 1.8 (although Boot applications can run on Java 1.6).
[indent=0]
----