Spring Boot 简明教程
Spring Boot Tutorial
Spring Boot 是一款开源 Java 框架,用于创建微服务。它是由 Pivotal 团队开发的。使用 Spring Boot 轻松创建独立且可用于产品的 Spring 应用程序。Spring Boot 包含用于开发微服务的全面基础设施支持,让你能够开发可 “just run” 的企业级应用程序。
Spring Boot is an open source Java-based framework used to create a Micro Service. It is developed by Pivotal Team. It is easy to create a stand-alone and production ready spring applications using Spring Boot. Spring Boot contains a comprehensive infrastructure support for developing a micro service and enables you to develop enterprise-ready applications that you can “just run”.
Audience
本教程旨在帮助 Java 开发人员了解并利用最低配置开发可用于产品的 Spring 应用程序。它探讨了 Spring Boot 的主要功能,如启动器、自动配置、Bean、执行器等。本教程结束时,你将获得 Spring Boot 的中级专业知识。
This tutorial is designed for Java developers to understand and develop production-ready spring applications with minimum configurations. It explores major features of Spring Boot such as Starters, Auto-configuration, Beans, Actuator and more. By the end of this tutorial, you will gain an intermediate level of expertise in Spring Boot.
Prerequisites
本教程面向具有 Java、Spring、Maven 和 Gradle 经验的读者。如果你了解这些概念,则可以轻松理解 Spring Boot 的概念。如果你有编写 RESTful Web 服务的构想,将是一种额外的优势。如果你是一个初学者,我们建议你在开始使用 Spring Boot 之前通读与这些概念相关的教程。
This tutorial is written for readers who have a prior experience of Java, Spring, Maven, and Gradle. You can easily understand the concepts of Spring Boot if you have knowledge on these concepts. It would be an additional advantage if you have an idea about writing a RESTful Web Service. If you are a beginner, we suggest you to go through tutorials related to these concepts before you start with Spring Boot.