Spring Boot

From NovaOrdis Knowledge Base
Revision as of 04:30, 11 October 2018 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

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. 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