Skip to content

Commit ed1d2a8

Browse files
committed
work
1 parent bfa1de2 commit ed1d2a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ function main() {
6565
#boot_run
6666
}
6767

68-
# JAVA_OPTS=-XX:+UseContainerSupport -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8
68+
# JAVA_OPTS='-XX:+UseContainerSupport -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8'
6969

7070
main

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
server:
2-
port: ${SIMPLEWORKLIST_PORT}
2+
# port: ${SIMPLEWORKLIST_PORT}
33
error:
44
path: /fehler
55
compression:
@@ -197,7 +197,7 @@ spring:
197197
hibernate:
198198
ddl-auto: update
199199
server:
200-
port: 9010
200+
# port: 9010
201201
compression:
202202
enabled: true
203203
logging:

0 commit comments

Comments
 (0)