Here’s an extract from my article on Spring Boot, in the June issue of Healthy Code magazine.
How about creating a simple web application that talks to a database in Spring? How about doing this in, say, 5-10 minutes? Now that’s really fast. When I compare it with the earlier versions of Spring, this would take me a sweet half-an-hour. Let’s achieve this in Spring Boot. Spring Boot is an agile way of creating Spring applications without the plumbing work required to set up and configure the environment. It gives you a number of readymade features that makes a developer get the job done as quickly as possible.
Getting started with Spring Boot is very easy…
You can subscribe to the magazine here.