Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 235 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 235 Bytes

BeerBrawl

How to run it

Start the backed

mvn spring-boot:run

Start the backed with test data

If the database is not clean, the test data won't be inserted

mvn spring-boot:run -Dspring-boot.run.profiles=generateData