Quick Start
Add library as dependency
<dependency>
<groupId>vip.yazilim</groupId>
<artifactId>spring-vip</artifactId>
<version>VERSION</version>
</dependency>
Create Generic CRUD Service and REST
At the end of the day, you will have the following;
- IPersonService: provides basic CRUD methods for
Person
entity. see - RestPerson: provides selected REST api resources for
Person
entity. see