I am sure that you have enjoyed the part1 where in just the blink of an eye we set up an in-memory database, created a Repository class using Spring Data JPA, and inserted data using initDataloader by Spring boot.
In this tutorial, we will expose those employee data to UI, The Classic MVC pattern using Spring boot. https://goo.gl/1W1ayj

