/BreadMeUp

Repository for Advanced Java Programming subject

Primary LanguageGroovy

BreadMeUp

master Build Status

develop Build Status

Spring Boot Project with MySQL database

Running Project

We used Docker Container! All you need to do is run commands:

mvn clean install

and then

docker-compose up --build

Runing Integration Tests

mvn clean install -Pintegration-test