/springboot-sample-data-rest

Simple SpringBoot REST API with Spring Data REST

Primary LanguageJava

springboot-sample-data-rest

Simple SpringBoot REST API with Spring Data REST

Built With

Spring Boot 2 (based on Spring Framework 5) with Gradle
Spring Data JPA
Spring Data REST
SpringBootTest with MockMvc to test REST API
Lombok
H2 database

Setting up Dev

To start developing the project:

git clone https://github.com/amirashad/springboot-sample-data-rest.git
cd springboot-sample-data-rest/
gradle check