Documentation Overview
最后更新于
这有帮助吗?
最后更新于
这有帮助吗?
This section provides a brief overview of Spring Boot reference documentation. It serves as a map for the rest of the document.
该部分提供了 Spring Boot 参考文档的简介,它作为接下来的文档的一个指引。
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.
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。
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 VersionsThe 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.
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: | | | | |