File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,19 @@ diverge from the defaults.
3838== System Requirements
3939By default, Spring Boot {spring-boot-version} requires http://www.java.com[Java 7] and
4040Spring Framework {spring-version} or above. You can use Spring Boot with Java 6 with some
41- additional configuration. See <<howto.adoc#howto-use-java-6>> for more details. Explicit
42- build support is provided for Maven (3.2+), and Gradle 2 (2.9 or later) and 3.
41+ additional configuration. See <<howto.adoc#howto-use-java-6>> for more details.
42+
43+ Explicit build support is provided for the following build tools:
44+
45+ |===
46+ |Build Tool |Version
47+
48+ |Maven
49+ |3.2+
50+
51+ |Gradle
52+ |[2.9, 3.x]
53+ |===
4354
4455TIP: Although you can use Spring Boot with Java 6 or 7, we generally recommend Java 8 if
4556at all possible.
You can’t perform that action at this time.
0 commit comments