Explorar o código

测试自动发布

wuweihao %!s(int64=3) %!d(string=hai) anos
pai
achega
0e051f70eb
Modificáronse 2 ficheiros con 22 adicións e 0 borrados
  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!
+
+
+
+
+