Spring Boot 2.2.5

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can “just run”.

We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.
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

You can also join the Spring Boot community on Gitter!
Talks and videos

It’s a Kind of Magic: Under the Covers of Spring Boot

What’s New in Spring Boot 2.0

Introducing Spring Boot 2.0 webinar

Test Driven Development with Spring Boot

From Zero to Hero with Spring Boot 2.0

Quick start
Bootstrap your application with Spring Initializr.

发布了0 篇原创文章 · 获赞 0 · 访问量 1538

猜你喜欢

转载自blog.csdn.net/blog_programb/article/details/104718766