Initialer Commit

This commit is contained in:
2026-06-09 22:13:00 +02:00
commit 1d8ca0b908
68 changed files with 4374 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
@echo off
setlocal
set BASE=%~dp0..
if not defined PRINTSERVICE_CONFIG_DIR set PRINTSERVICE_CONFIG_DIR=C:\printservice
if not defined PRINTSERVICE_PORT set PRINTSERVICE_PORT=8080
java -Dprintservice.config.dir=%PRINTSERVICE_CONFIG_DIR% -jar "%BASE%\target\printservice-standalone.jar" --host=0.0.0.0 --port=%PRINTSERVICE_PORT%