Test Project to process loans using SpringBoot
- Form which accepts
- Loan Value
- Property Value
- Social Security (SSN)
- and returns
- Loan Id
- Loan Status (Accepted or Rejected) based on
Loan To Value(LTV)
- If
LTV> 40 percent- Loan Status : Rejected
- Else
- Loan Status : Accepted
- Java 8
- Maven
git clone https://github.com/mayankc89/LoanProcessingUsingSpringBoot.git
cd LoanProcessingUsingSpringBoot
mvn clean packageNow, we're ready to launch the service:
-
Make sure you're inside the folder
LoanProcessingUsingSpringBootand execute- To start from terminal
java -jar target/loan.processing-1.0-SNAPSHOT.jar
- Or click on Run Application in your IDE
This will start the service on the default port of 8080 connected to a local HSQLDB
and can be accessed by typing localhost:8080 in any browser
To gracefully stop, ctrl-c
- Setup
- Create a Channel
- Click on Add an App or Integration
- Paste the code listed for Simple notifications in your
.travis.ymlfile