Sample REST API using Spring Data REST and H2.
The sample data about Books, Authors, Publishers and Genres are generated with Data Faker Library.
- Gradle
- Spring Boot
- Spring Data REST
- H2
./gradlew bootRun
After running the project, the sample data will be inserted to H2.