This is a simple project in spring boot for undestand how works testing, integration tests and how to use mockito and mockmvc.
- Create a simple project in spring boot
- Create a single crud endpoints
- Create a integration test for that endpoint
We are using gradle to run tests, so you can run the following command to run all tests
./gradlew test