Skip to content

springboot简介

Spring Boot使创建独立的、基于生产级Spring的应用程序变得容易,您可以“直接运行”这些应用程序。

Getting Started

If you are getting started with Spring Boot, or “Spring” in general, start by reading this section. It answers the basic “what?”, “how?” and “why?” questions. It includes an introduction to Spring Boot, along with installation instructions. We then walk you through building your first Spring Boot application, discussing some core principles as we go.

System Requirements

Spring Boot 3.2.5 requires Java 17 and is compatible up to and including Java 22. Spring Framework 6.1.6 or above is also required.

Explicit build support is provided for the following build tools:

Build ToolVersion
Maven3.6.3 or later
Gradle7.x (7.5 or later) and 8.x

Servlet Containers

Spring Boot supports the following embedded servlet containers:

NameServlet Version
Tomcat 10.16.0
Jetty 12.06.0
Undertow 2.36.0

You can also deploy Spring Boot applications to any servlet 5.0+ compatible container.