Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 441 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 441 Bytes

digitalbanking Loan Microservice

Digital Banking Training

mvn clean install Run application.java from com.capg.loanservices package

This is a spring boot application It will run embedded tomcat container.

To run java –jar loanservices-1.0.jar

To test, start postman app in chrome http://localhost:8080/loanservice/1/loans

You have to create db_loan database in postgresql. Use sql scripts to create the tables and insert the data.