Skip to content

chiaradiamarcelo/bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank

A bank application.

Formatting

mvn formatter:format

Run Tests

Unit Tests

mvn clean test

Integration Tests

Integration tests require a PostgreSQL database to be available, thus you need to spin up a Docker container with a running database. To run the integration tests execute the following commands:

docker-compose up
mvn clean test-compile failsafe:integration-test

You can run both unit and integration tests as follows:

mvn clean verify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages