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入门有用的主题。
Spring Boot – Basics
Spring Boot – 基础知识
-
Spring Boot Tutorial – Bootstrap a Simple Application -
A Comparison Between Spring and Spring Boot -
Spring Boot Annotations -
Intro to Spring Boot Starters -
Recommended Package Structure of a Spring Boot Project -
Spring Boot Actuator (popular) -
Configure a Spring Boot Web Application -
Quick Guide on Loading Initial Data with Spring Boot
Spring Boot – Properties
Spring Boot – 属性
Spring Boot – Testing
Spring Boot – 测试
Spring Boot – Persistence
Spring Boot – 持久性
Spring Boot – DevOps Tools
Spring Boot – DevOps工具
-
Running Spring Boot Applications With Minikube -
Dockerizing a Spring Boot Application -
Creating Docker Images with Spring Boot -
Deploy a Spring Boot WAR into a Tomcat Server -
A Guide to Spring Boot Admin -
Overview of Spring-Boot Dev Tools -
Introduction to Spring Boot CLI -
Spring Boot Application as a Service -
Spring Boot Gradle Plugin -
Deploy a Spring Boot App to Azure