Spring Boot Integration Test POC

Create simple CRUD endpoints to cover integration tests.

⚠️ This type of test usually should be run beside of project, because will change data at database.

Run only at dev environment ⚠️

Swagger UI

Swagger

Database

H2 Console

JDBC URL: jdbc:h2:mem:dogsdb
User Name: sa
Password: password