This application generates a simple report of states in Brazil from the IBGE API (https://servicodados.ibge.gov.br/api/v1/localidades/estados)
Java 17.x.x
Maven 3.8.x
# Clone repository
$ https://github.com/joaovictormacedo/simple-report-jasper-springboot.git
# Go to project path and execute:
$ mvn spring-boot:run
# The project start on localhost:8090
Or run in your favorite IDE
# Open Postman and import CURL
curl --location --request GET 'http://localhost:8090/api/reports/brazilian-states'
# Or run on browser
- http://localhost:8090/api/reports/brazilian-states