Skip to content

Commit

Permalink
disable banner based on proposal in zowe/zac#90 (comment)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitek Vlcek <vitezslav@vvvlcek.info>
  • Loading branch information
Vitek Vlcek committed Jul 24, 2019
1 parent 04a080a commit dbc3f21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ java -Xms16m -Xmx512m -Dibm.serversocket.recover=true -Dfile.encoding=UTF-8 \
-Dserver.ssl.trustStoreType=PKCS12 \
-Dserver.ssl.trustStorePassword=password \
-Djava.protocol.handler.pkgs=com.ibm.crypto.provider \
-Dspring.main.banner-mode=off \
-jar $DIR/../api-catalog-services.jar &
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ java -Xms32m -Xmx256m -Xquickstart \
-Dserver.ssl.trustStoreType=PKCS12 \
-Dserver.ssl.trustStorePassword=password \
-Djava.protocol.handler.pkgs=com.ibm.crypto.provider \
-Dspring.main.banner-mode=off \
-jar $DIR/../discovery-service.jar &
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ java -Xms32m -Xmx256m -Xquickstart \
-Dserver.ssl.trustStoreType=PKCS12 \
-Dserver.ssl.trustStorePassword=password \
-Djava.protocol.handler.pkgs=com.ibm.crypto.provider \
-Dspring.main.banner-mode=off \
-jar $DIR/../gateway-service.jar &

0 comments on commit dbc3f21

Please sign in to comment.