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.
38
38
== System Requirements
39
39
By default, Spring Boot {spring-boot-version} requires http://www.java.com[Java 7] and
40
40
Spring 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
+ |===
43
54
44
55
TIP: Although you can use Spring Boot with Java 6 or 7, we generally recommend Java 8 if
45
56
at all possible.
You can’t perform that action at this time.
0 commit comments