This is a simple application that fetches contact info from a paginated API and returns the full list.
- Java 17
- SpringBoot
- Lombok
- Maven
mvn clean compile
mvn verify
mvn spring-boot:run
The route implemented is a GET endpoint and should be under http://localhost:8080/contacts .