Introduction to Spring Boot
Overview of Spring Framework
● Spring Core
● Spring MVC
● Spring Batch
● Spring ORM
● Spring Integration
Spring boot
● Auto-configuration
● Make simpler to build Spring application
● Create profile for different env
● Easier customization of application properties
● Executable jar and war
Embedded Web Servers
● Tomcat, Jetty & Undertow servers can be embedded
● Avoid setup, installation & configuration of web servers
● Easily deployable in any environment
Spring dev tool
Application monitoring
● Actuator for monitoring & management of boot application
● Remote debugging via http tunnel
● Useful endpoints

Introduction to spring boot