1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-23 05:40:51 +02:00
beerbrawl/backend/Readme.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
265 B
Markdown
Raw Normal View History

2024-04-30 12:35:42 +02:00
# Backend Template for SE PR Group Phase
## 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`