/interest-calculator

Spring Boot interest calculator

Primary LanguageJavaScript

Interest Calculator

This application can be run using the following command:

$ mvn spring-boot:run

NOTE: the stored procedure required for this application can be found in the following location:

src/main/resources/db/sp_agreement_interest_calculation.sql

The supplied stored procedure was written using the MySQL dialect.