As the world moves toward Cloud-Native applications and microservices, Spring projects are not far behind. There are a number of new Spring projects--Spring Boot, Spring Cloud, among others, that solve the problems of the emerging world.
Spring projects
Spring Boot
In the era of monoliths, we had the luxury of taking the time to set the frameworks up for an application. However, in the era of microservices, we want to create individual components faster. The Spring Boot project aims to solve this problem.
As the official website highlights, Spring Boot makes it easy to create standalone, production-grade Spring-based applications that you can just run. We take an opinionated view of the Spring platform and third-party libraries...