Prepare landing page

This commit is contained in:
Claude Brisson
2023-10-15 12:02:24 +02:00
parent 3c4f04d85c
commit 58afd61f43
14 changed files with 106 additions and 6 deletions

View File

@@ -1,4 +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
mvn -DskipTests --projects api-webapp package jetty:run