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/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
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: