This application demonstrates how to use Rest Assured to perform end-to-end REST API testing for a Spring Boot application.
- JDK 17+
- Maven 3+
- Docker
If you like this repo or found it helpful, please give it a star. Thanks!
- flyway
- Testcontainers
- Rest Assured
cd into project directory and run
./mvnw spring-boot:run
Access the swagger-ui to try out the endpoints.