This document discusses an introduction to Spring Boot presented by Mattias Severson. It covers what Spring Boot is, how to get started, requirements, maturity, starter POMs, auto-configuration features, microservices, production readiness, and more. The presentation aims to help attendees get familiar with Spring Boot and its features to create standalone applications.
1 of 19
Download to read offline
More Related Content
"Getting familiar with Spring Boot", jDays 2015 Speaker: "Mattias Severson"
3. Agenda
? Spring Boot
? Getting Started
? Micro Service
? Production Ready Features
? and more¡
4. Spring Boot?
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.