Selaa lähdekoodia

测试自动发布

wuweihao 3 vuotta sitten
vanhempi
commit
0e051f70eb
2 muutettua tiedostoa jossa 22 lisäystä ja 0 poistoa
  1. 11 0
      720yun_fd_manage/gis_application/src/main/resources/sh/startup.sh
  2. 11 0
      startup.sh

+ 11 - 0
720yun_fd_manage/gis_application/src/main/resources/sh/startup.sh

@@ -0,0 +1,11 @@
+#!/bin/sh
+RESOURCE_NAME=720yun_fd_manage.jar
+APP_DEBUG=5005
+rm -f tpid
+nohup java -jar -Xmx3072M -Xms512M ./$RESOURCE_NAME --spring.profiles.active=sit --server.port=8015 & echo $! > tpid
+echo Start Success!
+
+
+
+
+

+ 11 - 0
startup.sh

@@ -0,0 +1,11 @@
+#!/bin/sh
+RESOURCE_NAME=720yun_fd_manage.jar
+APP_DEBUG=5005
+rm -f tpid
+nohup java -jar -Xmx3072M -Xms512M ./$RESOURCE_NAME --spring.profiles.active=sit --server.port=8015 & echo $! > tpid
+echo Start Success!
+
+
+
+
+