Microservice to calculate the taxes from FII sales in Brazil. This application is able to perform calculations with regards to taxes and profit from a FII transaction in the B3 .
This microservice is up and running here.
- Spring Boot 2.2.2
- Swagger 2
- JUnit
You can browser through the Swagger documentation for this API in the link below.
http://jaimedantas.com/fii
mvn clean install
java -jar fii-tax-calculator-0.0.1-SNAPSHOT.jar
This microservice will run in the port 8081 by default. To access the swagger interface, go to:
http://localhost:8081/swagger-ui.html