Spring Boot
In this lesson, we'll be starting the discussion about the Spring Boot framework.
The Spring framework and the Java community
The Spring Framework has long been part of the Java community. It has a broad set of features covering most of the technical requirements of typical Java applications. Spring Boot facilitates the use of Spring.
A minimal Spring Boot application can be found in the directory simplest-spring-boot of the project https://github.com/ewolff/spring-boot-demos.
Java code
The Java code from the project shows how Spring Boot ...