1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-22 21:20:52 +02:00
beerbrawl/backend/README.md
Christoph Heiss 776e5f06dc
tree-wide: prepare for release; relicense
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-06-29 00:03:49 +02:00

235 B

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