Improve layout

This commit is contained in:
2025-12-10 13:37:17 +01:00
parent d3f34f50d8
commit 8e43ad0ff1
5 changed files with 29 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ APP_NAME=imgfloat
.PHONY: run test package docker-build docker-run ssl
run:
test -f .env && . ./.env; mvn spring-boot:run
test -f .env && . ./.env; mvn spring-boot:run -Dspring-boot.run.fork=true
test:
mvn test