From bfa1de27d5186ba841390e6885b0c30d15b8c28c Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sat, 27 Aug 2022 01:03:37 +0200 Subject: [PATCH 1/2] work --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b36d81cf..dee33595 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.woehlke simpleworklist - 2.3.62 + 2.3.62-SNAPSHOT jar @@ -17,7 +17,7 @@ scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git https://github.com/Spring-Framework-Java-Apps/simpleworklist/tree/${project.scm.tag} - v2.3.62 + HEAD simpleworklist @@ -1864,7 +1864,7 @@ - + jar false From ed1d2a89fa8f611361b945e80100ddba6242acd3 Mon Sep 17 00:00:00 2001 From: thomaswoehlke Date: Sat, 27 Aug 2022 01:13:45 +0200 Subject: [PATCH 2/2] work --- build.sh | 2 +- src/main/resources/application.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index a2282e4c..d9f54227 100755 --- a/build.sh +++ b/build.sh @@ -65,6 +65,6 @@ function main() { #boot_run } -# JAVA_OPTS=-XX:+UseContainerSupport -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8 +# JAVA_OPTS='-XX:+UseContainerSupport -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8' main diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b1d03beb..8b02ae89 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ server: - port: ${SIMPLEWORKLIST_PORT} + # port: ${SIMPLEWORKLIST_PORT} error: path: /fehler compression: @@ -197,7 +197,7 @@ spring: hibernate: ddl-auto: update server: - port: 9010 + # port: 9010 compression: enabled: true logging: