Spring Boot: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:
<font color=red>What it is?</font>
<font color=red>What it is?</font>


Spring Boot is an extension of the [[Spring Framework]] that offer several productivity enhancements, such as [[Spring_Boot_Concepts#Autoconfiguration|autoconfiguration]]. Spring Boot aims at simplifying the Spring development model.
Spring Boot is an extension of the [[Spring Framework]] that offer several productivity enhancements, such as [[Spring_Boot_Concepts#Autoconfiguration|autoconfiguration]]. 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 01:23, 11 October 2018

External

Internal

Overview

What it is?

Spring Boot is an extension of the Spring Framework that offer several productivity enhancements, such as autoconfiguration. 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