/loan-approval-portal-spring-boot

A showcase of Spring Boot 2, Spring JPA, WSDL/JAX-WS/Apache CXF, Spring Web, JUnit 4, Mockito, MockMvc

Primary LanguageJavaMIT LicenseMIT

Build Status License: MIT

Loan Approval Portal & Services

This project constitutes two parts of a fictitious WestBank system:

  • Web service-based back-end functionality for the loan approval process
  • Front-end for customers and staffs

Technologies

Quick Start

mvn clean spring-boot:run

The portal should be up and running at http://localhost:9999.

Debugging