Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 550 Bytes

File metadata and controls

19 lines (14 loc) · 550 Bytes

Test Task

This Bank application allows you to create, modify, and view client credit offers. And you can also view the payment schedule for a specific credit offer.

Prerequisites

Build and Run

  1. Run in the command line:

    mvn clean install spring-boot:repackage spring-boot:run
    
  2. Open http://localhost:8080 in a web browser.