Skip to content

mdepa91/BankDemoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Endpoints

Description URL
Total bank balance http://localhost:8080/account/balance
Account balance http://localhost:8080/account/balance/{accountId}

Building and deploying the application

Building the application

The project uses Gradle as a build tool. It already contains ./gradlew wrapper script, so there's no need to install gradle.

To build the project execute the following command:

  ./gradlew build

Running the application

Create the image of the application by executing the following command:

  ./gradlew assemble

Create the fatJar image of the application by executing the following command:

  ./gradlew bootJar

Debugging

Embedded in-memory database console: http://localhost:8080/h2-console

About

Demo app of a very generous bank

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages