cd back && mvn clean install
mvn quarkus:dev
body: { "type" : "CDB", "custumerId" : 27487888899, "minInvestMonths" : 6, "totalAmount" : 100000, "actualInterestRate" : 110000, "safraInterestRate" : 120000 }
Retorno:
body: [ { "type": "CDB", "custumerId": 27487888899, "minInvestMonths": 6, "totalAmount": 100000.0, "actualInterestRate": 110000.0, "safraInterestRate": 120000.0 } ]
cd front && npm i
npm run serve