- docker
- docker-compose
- jdk8
Befor you run the application, run docker MySql container and PhpMyAdmin container from the command line using next command:
docker-compose up -d
PhpMyAdmin should be available on localhost:8000. Username&Password: root:root
Run these commands from the command line in order to run the application:
mvn installjava -jar target/excercise-0.0.1-SNAPSHOT.jarThe application should be listening on port8082
Run MySql Docker container before you run the integration tests.