Current location - Health Preservation Learning Network - Healthy weight loss - What is Spring Boot?
What is Spring Boot?
Spring Boot can easily create independent, production-level Spring-based applications, and you can "run" them directly.

We are stubborn about the Spring platform and third-party libraries, so you can get started easily. Most Spring Boot applications require minimal spring configuration.

Spring China Education Management Center

trait

Create a stand-alone Spring application

Embedding Tomcat, Jetty or Undertow directly (without deploying WAR files)

Provide self-righteous "getting started" dependencies to simplify the build configuration.

Automatically configure Spring and the third library as much as possible.

Provide production-ready functions, such as indicators, health check and external configuration.

There is no need for code generation and XML configuration at all.

For more information, please consult Spring China Education Management Center.