Spring Boot: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:
=Overview=
=Overview=


Spring Boot is an extension of the [[Spring Framework]] that offer several productivity enhancements, such as [[Spring_Initializr#Overview|automatic Spring project generation]],  [[Spring_Boot_Concepts#Autoconfiguration|autoconfiguration]], [[Spring_Boot_Concepts#Spring_Boot_Starter_Dependency|starter dependencies]]. Spring Boot aims at simplifying the Spring development model. Spring Boot applications tend to bring everything they need with them - like Tomcat - and don't need to be deployed to some application server.
Spring Boot is an extension of the [[Spring Framework]] that offer several productivity enhancements, such as [[Spring_Initializr#Overview|automatic Spring project generation]],  [[Spring_Boot_Concepts#Autoconfiguration|autoconfiguration]], [[Spring_Boot_Concepts#Spring_Boot_Starter_Dependency|starter dependencies]], runtime insight with Actuator. Spring Boot aims at simplifying the Spring development model. Spring Boot applications tend to bring everything they need with them - like Tomcat - and don't need to be deployed to some application server.


=Subjects=
=Subjects=

Revision as of 04:31, 11 October 2018

External

Internal

Overview

Spring Boot is an extension of the Spring Framework that offer several productivity enhancements, such as automatic Spring project generation, autoconfiguration, starter dependencies, runtime insight with Actuator. Spring Boot aims at simplifying the Spring development model. Spring Boot applications tend to bring everything they need with them - like Tomcat - and don't need to be deployed to some application server.

Subjects

Projects