Setting up standalone/client/server run scripts

This commit is contained in:
Claude Brisson
2023-06-12 08:12:58 +02:00
parent 7a5502a29f
commit 2ae8657b83
10 changed files with 31 additions and 17 deletions

4
server.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5005"
mvn --projects api-webapp package jetty:run-war