Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.42 KB

File metadata and controls

45 lines (32 loc) · 1.42 KB

FII Tax Calculator

FII Tax Calculator

Build Status Quality Gate Status Coverage

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.

Tecnologies
  • Spring Boot 2.2.2
  • Swagger 2
  • JUnit

Documentation

You can browser through the Swagger documentation for this API in the link below.

http://jaimedantas.com/fii

Build

mvn clean install

Run

java -jar fii-tax-calculator-0.0.1-SNAPSHOT.jar

Usege

This microservice will run in the port 8081 by default. To access the swagger interface, go to:

http://localhost:8081/swagger-ui.html

Swagger Interface