For basic overview you can read the blog post.
- Make sure to run the docker-compose.yml file
docker-compose up -d
- Run the SQL File provided in the resources tab
- Build project with maven
mvn clean compile
If you want to run it externally you can use the following command:
mvn clean package -DskipTests=true