Add via routing

This commit is contained in:
don philipe
2025-05-06 22:06:40 +02:00
parent c6df2464af
commit dc5245d7cd
4 changed files with 91 additions and 72 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/sh
mvn clean package
echo "Starting at localhost:8082"
java -jar target/pilgrim-1.0-SNAPSHOT-jar-with-dependencies.jar
exit 0