We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa1de2 commit ed1d2a8Copy full SHA for ed1d2a8
build.sh
@@ -65,6 +65,6 @@ function main() {
65
#boot_run
66
}
67
68
-# 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'
69
70
main
src/main/resources/application.yml
@@ -1,5 +1,5 @@
1
server:
2
- port: ${SIMPLEWORKLIST_PORT}
+ # port: ${SIMPLEWORKLIST_PORT}
3
error:
4
path: /fehler
5
compression:
@@ -197,7 +197,7 @@ spring:
197
hibernate:
198
ddl-auto: update
199
200
- port: 9010
+ # port: 9010
201
202
enabled: true
203
logging:
0 commit comments