In this tutorial you are going to learn what Spring Boot is and how you can start using it. Prerequisites 10-20 minutes of your time familiarity with Maven What is Spring Boot? Spring Boot makes the process of creating a stand-alone Spring based application very easy and simple. By using the Spring Boot Java-based framework,…
Continue readingweb
Introduction to MVC Framework in Spring
MVC stands for Model-View-Controller and Spring supports it. The great thing about the MVC pattern is that it separates different aspects of the application like inputs, business logic and user interface. This pattern is so widely used that it even has a song about it. The three components in the MVC pattern are Model, View, Controller,…
Continue reading