Files
XpenselyServer/README.md
Cedric 726be3f613
All checks were successful
Build and Deploy Spring Boot Server / build (push) Successful in 10m16s
bu commit
2025-07-11 14:16:05 +02:00

8 lines
182 B
Markdown

Run it locally:
1. build the current state:
mvn clean install or mvn clean install -DskipTests
2. docker it up and run it
docker-compose -f dev-docker-compose.yml up --build