In this tutorial we'll learn how to create Spring MVC web application with 4 basic actions: Create, Read, Update, Delete objects. We'll use Hibernate ORM and JPA Repository to manipulate data in database. Spring MVC will provide features for web development: routes, controllers, views and model. Maven will be used to manage dependencies. Spring configuration will be annotation-based.
Continue Reading...