This is a preview from my Spring Core course. http://bit.ly/1RPhI2A
In this module, I show you how to get an entity manager which has been configured by Spring Boot using Hibernate as the JPA provider. I create a DAO to support basic CRUD operations against at H2 in memory database.