Integration testing Spring Data JPA
Integration testing at the data layer is first. I chose to start with this for two reasons: First is for those that love test driven development (TDD). When starting a project I suggest starting with the domain objects and build …