Description | URL |
---|---|
Total bank balance | http://localhost:8080/account/balance |
Account balance | http://localhost:8080/account/balance/{accountId} |
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
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
Embedded in-memory database console: http://localhost:8080/h2-console