Add code and style for basic map display

This commit is contained in:
don philipe
2024-03-31 20:25:18 +02:00
parent bb8b0bd4ad
commit 0e378867c1
19 changed files with 9024 additions and 0 deletions

5
start.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
mvn clean package
java -jar target/pilgrim-1.0-SNAPSHOT-jar-with-dependencies.jar
exit 0