Browse Source

dsl/build.sh

lizw 2 năm trước cách đây
mục cha
commit
0f593602f8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dsl/build.sh

+ 1 - 1
dsl/build.sh

@@ -156,7 +156,7 @@ dirPath=/data3/thinkingwms-ui/thinkingwms-backend/build/libs/
 serverName=dsl_thinkingwms_ui
 
 cmd=$1
-profiles=${2:-"test"}
+profiles=${2:-"test_hwy"}
 
 #-------------------------------------------------------------------
 JAVA_MEM_OPTS=" -DappName=${serverName} -server -Xmx2g -Xms2g"