Spring Boot V2.4.2
  • README
  • Legal
  • Documentation Overview
  • Getting Started
由 GitBook 提供支持
在本页
  • 1. About the Documentation(关于本文档)
  • 2. Getting Help(获取帮助)
  • 3. Upgrading from an Earlier Version(从早期版本升级)
  • 4. First Steps
  • 5. Working with Spring Boot
  • 6. Learning about Spring Boot Features(Spring Boot 特征)
  • 7. Moving to Production
  • 8. Advanced Topics

这有帮助吗?

Documentation Overview

上一页Legal下一页Getting Started

最后更新于4年前

这有帮助吗?

This section provides a brief overview of Spring Boot reference documentation. It serves as a map for the rest of the document.

该部分提供了 Spring Boot 参考文档的简介,它作为接下来的文档的一个指引。

1. About the Documentation(关于本文档)

The Spring Boot reference guide is available as:

The latest copy is available at .

Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.

2. Getting Help(获取帮助)

If you have trouble with Spring Boot, we would like to help.

  • Try the . They provide solutions to the most common questions.

  • 最常见的问题的解决方案见 。

  • Learn the Spring basics. Spring Boot builds on many other Spring projects. Check the web-site for a wealth(众多) of reference documentation. If you are starting out with Spring, try one of the .

  • 学完 Spring 基础之后,Spring Boot 构建在很多其它 Spring 项目上,可以查阅 网站获取更多的参考文档,如果从 Spring 启动,可以参考 .

  • Ask a question. We monitor for questions tagged with .

  • 如果有疑问可以在 上提出,并打上 spring-boot 的标记。

  • Report bugs with Spring Boot at .

  • 可以通过 报告有关 Spring Boot 的 Bug。

3. Upgrading from an Earlier Version(从早期版本升级)

Upgrading instructions are always the first item in the release notes. If you are more than one release behind, please make sure that you also review the release notes of the versions that you jumped.

升级说明总是在发布文档的第一部分,如果你相比发布的版本落后不止一个版本,请同时阅读说要跳过的所有版本的说明文档。

补充:该部分为 supported version 部分的列表(截止 2020.12.13),最新的可以访问上述网址

Released Versions

The following releases are actively maintained:

Version

Released

OSS Support Until

Expected End of Life

2.4.x

November 2020

November 2021

August 2022

2.3.x

May 2020

May 2021

February 2022

2.2.x

October 2019

October 2020

July 2021

The following releases are end of life:

Version

Released

End of Life

Notes

2.1.x

October 2018

November 2020

2.3.x

March 2018

April 2019

1.5.x

January 2017

August 2019

Last in the 1.x line.

4. First Steps

5. Working with Spring Boot

6. Learning about Spring Boot Features(Spring Boot 特征)

7. Moving to Production

8. Advanced Topics

Finally, we have a few topics for more advanced users:

All of Spring Boot is open source, including the documentation. If you find problems with the docs or if you want to improve them, please .

Instructions for how to upgrade from earlier versions of Spring Boot are provided on the project . Follow the links in the section to find the version that you want to upgrade to.

在项目的 中提供了如何从 Spring Boot 早期版本升级的说明。可以在 部分选择想要升级的版本。

You should always ensure that you are running a of Spring Boot.

同时你要确认你运行的是 列表中所支持的版本。

If you are getting started with Spring Boot or 'Spring' in general, start with :

From scratch: | |

Tutorial: |

Running your example: |

Ready to actually start using Spring Boot? :

Build systems: | | |

Best practices: | | |

Running your code: | | |

Packaging your app:

Spring Boot CLI:

Need more details about Spring Boot’s core features? :

Core Features: | | |

Web Applications: |

Working with data: |

Messaging: |

Testing: | |

Extending: |

When you are ready to push your Spring Boot application to production, we have that you might like:

Management endpoints:

Connection options: |

Monitoring: | | |

Spring Boot Applications Deployment: |

Build tool plugins: |

Appendix: | | | | |

Multi-page HTML
Single page HTML
PDF
docs.spring.io/spring-boot/docs/current/reference/
How-to documents
How-to documents
spring.io
guides
spring.io
guides
stackoverflow.com
spring-boot
stackoverflow.com
github.com/spring-projects/spring-boot/issues
github.com/spring-projects/spring-boot/issues
get involved
wiki
release notes
wiki
release notes
supported version
supported version
the following topics
Overview
Requirements
Installation
Part 1
Part 2
Part 1
Part 2
We have you covered
Maven
Gradle
Ant
Starters
Code Structure
@Configuration
@EnableAutoConfiguration
Beans and Dependency Injection
IDE
Packaged
Maven
Gradle
Production jars
Using the CLI
The following content is for you
SpringApplication
External Configuration
Profiles
Logging
MVC
Embedded Containers
SQL
NO-SQL
Overview
JMS
Overview
Boot Applications
Utils
Auto-configuration
@Conditions
some tricks
Overview
HTTP
JMX
Metrics
Auditing
HTTP Tracing
Process
Cloud Deployment
OS Service
Maven
Gradle
Application Properties
Configuration Metadata
Auto-configuration Classes
Test Auto-configuration Annotations
Executable Jars
Dependency Versions