Category: Spring Boot

Introduction to Spring Boot
Setting up an enterprise Spring-based application has become a tedious and error-prone task due to the required bulky configuration along with the complicated dependency management especially if we’re talking about applications which make use of several third-party libraries. 1. Introducing Spring Boot The Spring team decided they wanted to provide developers with some utilities which ...

What is Spring Boot?
Spring Boot is an open source Java-based framework used to create a micro Service. It is developed by Pivotal Team and is used to build stand-alone and production ready spring applications. This chapter will give you an introduction to Spring Boot and familiarizes you with its basic concepts. What is Micro Service? Micro Service is ...