Initial commit

This commit is contained in:
ynn
2019-03-17 16:47:56 +01:00
commit 8669e8ad51
8 changed files with 527 additions and 0 deletions

10
webapp-runner.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Téléchargement du runner jetty (https://www.eclipse.org/jetty/documentation/9.4.x/runner.html)
wget -O webapp-runner.jar -c http://central.maven.org/maven2/com/github/jsimone/webapp-runner/9.0.16.0/webapp-runner-9.0.16.0.jar
# Compilation du war dans target
mvn package
# Lancement du projet (à adapter si le jar change)
java -jar webapp-runner.jar target/pr.tp.services-0.0.1-SNAPSHOT.war