Commit 05432c27 authored by Dave Syer's avatar Dave Syer

Clarify requirements for building from source

parent 1d0eea12
...@@ -41,7 +41,7 @@ should also work without issue. ...@@ -41,7 +41,7 @@ should also work without issue.
=== Building from source === Building from source
To build the source you will need to install To build the source you will need to install
http://maven.apache.org/run-maven/index.html[Apache Maven] v3.0 or above. http://maven.apache.org/run-maven/index.html[Apache Maven] v3.0.6 or above and JDK 1.7.
==== Default build ==== Default build
The project can be built from the root directory using the standard maven command: The project can be built from the root directory using the standard maven command:
......
...@@ -76,7 +76,7 @@ Having trouble with Spring Boot, We'd like to help! ...@@ -76,7 +76,7 @@ Having trouble with Spring Boot, We'd like to help!
You don't need to build from source to use Spring Boot (binaries in 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, 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] Spring Boot can be http://maven.apache.org/run-maven/index.html[built with maven]
v3.0.5 or above. v3.0.5 or above. You also need JDK 1.7 (although Boot applications can run on Java 1.6).
[indent=0] [indent=0]
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment