Learn Spring Boot – 学习Spring Boot

最后修改: 2018年 6月 12日

中文/混合/英文(键盘快捷键:t)

Spring Boot is an opinionated, easy to get-started addition to the Spring platform – highly useful for creating stand-alone, production-grade applications with minimum effort.

Spring Boot是Spring平台的一个有主见、容易上手的补充 – 对于以最小的努力创建独立的、生产级的应用程序非常有用。

In this series, we’ll first cover the basics of Spring Boot. The reader will learn how to get started, how Spring Boot differs from Spring, how to customize and test the application.

在这个系列中,我们将首先介绍Spring Boot的基础知识。读者将学习如何入门,Spring Boot与Spring有什么不同,如何定制和测试应用程序。

Then we’ll cover some selected advanced topics like persistence, DevOps tools, and a few other useful topics which can be useful to get started with Spring Boot.

然后,我们将介绍一些选定的高级主题,如持久性、DevOps工具,以及其他一些对Spring Boot入门有用的主题。