Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 350 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 350 Bytes

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.