SpringBoot
Guides | Reference Doc. | API Doc. |
Features
-
Create stand-alone Spring applications
-
Embed Tomcat, Jetty or Undertow directly (no need to deploy WAR files)
-
Provide opinionated 'starter' dependencies to simplify your build configuration
-
Automatically configure Spring and 3rd party libraries whenever possible
-
Provide production-ready features such as metrics, health checks, and externalized configuration
-
Absolutely no code generation and no requirement for XML configuration
Getting Started
-
Super quick — try the Quickstart Guide. Tried by myself.
-
More general — try Building an Application with Spring Boot Just added more explanation beyond Quickstart Guide, the function are same.
-
More specific — try Building a RESTful Web Service. Tried by myself
-
Or search through all our guides on the Guides homepage.