Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
4e1c2596
Commit
4e1c2596
authored
Nov 28, 2014
by
Stephane Nicoll
Committed by
Phillip Webb
Dec 03, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add requirements documentation section
Fixes gh-1439
parent
3922808d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
48 additions
and
0 deletions
+48
-0
documentation-overview.adoc
...g-boot-docs/src/main/asciidoc/documentation-overview.adoc
+8
-0
getting-started.adoc
spring-boot-docs/src/main/asciidoc/getting-started.adoc
+40
-0
No files found.
spring-boot-docs/src/main/asciidoc/documentation-overview.adoc
View file @
4e1c2596
...
@@ -40,6 +40,8 @@ Having trouble with Spring Boot, We'd like to help!
...
@@ -40,6 +40,8 @@ Having trouble with Spring Boot, We'd like to help!
NOTE: All of Spring Boot is open source, including the documentation! If you find problems
NOTE: All of Spring Boot is open source, including the documentation! If you find problems
with the docs; or if you just want to improve them, please {github-code}[get involved].
with the docs; or if you just want to improve them, please {github-code}[get involved].
[[boot-documentation-first-steps]]
[[boot-documentation-first-steps]]
== First steps
== First steps
If you're just getting started with Spring Boot, or 'Spring' in general,
If you're just getting started with Spring Boot, or 'Spring' in general,
...
@@ -47,6 +49,7 @@ If you're just getting started with Spring Boot, or 'Spring' in general,
...
@@ -47,6 +49,7 @@ If you're just getting started with Spring Boot, or 'Spring' in general,
* *From scratch:*
* *From scratch:*
<<getting-started.adoc#getting-started-introducing-spring-boot, Overview>> |
<<getting-started.adoc#getting-started-introducing-spring-boot, Overview>> |
<<getting-started.adoc#getting-started-system-requirements, Requirements>> |
<<getting-started.adoc#getting-started-installing-spring-boot, Installation>>
<<getting-started.adoc#getting-started-installing-spring-boot, Installation>>
* *Tutorial:*
* *Tutorial:*
<<getting-started.adoc#getting-started-first-application, Part 1>> |
<<getting-started.adoc#getting-started-first-application, Part 1>> |
...
@@ -81,6 +84,8 @@ got you covered>>.
...
@@ -81,6 +84,8 @@ got you covered>>.
* *Spring Boot CLI:*
* *Spring Boot CLI:*
<<using-spring-boot-cli.adoc#cli, Using the CLI>>
<<using-spring-boot-cli.adoc#cli, Using the CLI>>
== Learning about Spring Boot features
== Learning about Spring Boot features
Need more details about Spring Boot's core features?
Need more details about Spring Boot's core features?
<<spring-boot-features.adoc#boot-features, This is for you>>!
<<spring-boot-features.adoc#boot-features, This is for you>>!
...
@@ -108,6 +113,7 @@ Need more details about Spring Boot's core features?
...
@@ -108,6 +113,7 @@ Need more details about Spring Boot's core features?
<<spring-boot-features.adoc#boot-features-condition-annotations, @Conditions>>
<<spring-boot-features.adoc#boot-features-condition-annotations, @Conditions>>
== Moving to production
== Moving to production
When you're ready to push your Spring Boot application to production, we've got
When you're ready to push your Spring Boot application to production, we've got
<<production-ready-features.adoc#production-ready, some tricks that you might like>>!
<<production-ready-features.adoc#production-ready, some tricks that you might like>>!
...
@@ -125,6 +131,8 @@ When you're ready to push your Spring Boot application to production, we've got
...
@@ -125,6 +131,8 @@ When you're ready to push your Spring Boot application to production, we've got
<<production-ready-features.adoc#production-ready-tracing, Tracing>> |
<<production-ready-features.adoc#production-ready-tracing, Tracing>> |
<<production-ready-features.adoc#production-ready-process-monitoring, Process>>
<<production-ready-features.adoc#production-ready-process-monitoring, Process>>
== Advanced topics
== Advanced topics
Lastly, we have a few topics for the more advanced user.
Lastly, we have a few topics for the more advanced user.
...
...
spring-boot-docs/src/main/asciidoc/getting-started.adoc
View file @
4e1c2596
...
@@ -34,6 +34,46 @@ diverge from the defaults.
...
@@ -34,6 +34,46 @@ diverge from the defaults.
[[getting-started-system-requirements]]
== System Requirements
Spring Boot {spring-boot-version} requires http://www.java.com[Java 6] and Spring
Framework 4.2.3 or above. Explicit build support is provided for Maven (3.2+) and
Gradle (1.12+).
TIP: Although you can use Spring Boot with Java 6, we generally recommend Java 8 if at
all possible.
=== Servlet containers
The following embedded servlet containers are supported out of the box:
|===
|Name |Servlet Version |Java Version
|Tomcat 8
|3.1
|Java 7+
|Tomcat 7
|3.0
|Java 6+
|Jetty 9
|3.1
|Java 7+
|Jetty 8
|3.0
|Java 6+
|Undertow 1.1
|3.1
|Java 7+
|===
You can also deploy Spring Boot applications to any Servlet 3.0+ compatible container.
[[getting-started-installing-spring-boot]]
[[getting-started-installing-spring-boot]]
== Installing Spring Boot
== Installing Spring Boot
Spring Boot can be used with "`classic`" Java development tools or installed as a command
Spring Boot can be used with "`classic`" Java development tools or installed as a command
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment