Browse Source

wms8-demo

lizw 3 năm trước cách đây
mục cha
commit
263942c8e9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      wms8-demo/deploy.sh

+ 1 - 1
wms8-demo/deploy.sh

@@ -113,7 +113,7 @@ dirPath=/home/dev/deploy/wms8demo/wms-biz/build/libs/
 serverName=wms8demo
 
 cmd=$1
-profiles=${2:-"dev"}
+profiles=${2:-"preview"}
 
 #-------------------------------------------------------------------
 JAVA_MEM_OPTS=" -DappName=${serverName} -server -Xmx2g -Xms2g"