There are 3 steps which allow to see this code in action:
- build project
- run application
- run tests inside your IDE
./gradlew clean build -x test
./gradlew bootRun
Open IDE and run UserTest as general JUnit test
- Karate framework for testing our endpoints
- Spring Initializr the easiest way to start with Spring Boot
- Spring Boot allows to build Spring based application very quickly
- Spring Data Jpa provides enhanced support for JPA layer
- Gradle Build Tool your next build tool ;)