A bank application.
mvn formatter:format
mvn clean test
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