Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 579 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 579 Bytes

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