Explorar el Código

使用test环境

459242451@qq.com hace 3 años
padre
commit
1426376d7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ruoyi-admin/start.sh

+ 1 - 1
ruoyi-admin/start.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # 命令后加入 & ,保持程序后台持续运行
-nohup java -jar -Druoyi.name=YJZH_SQ -Dserver.port=8080 -Dspring.profiles.active=dev app.jar >/dev/null 2>&1 &
+nohup java -jar -Druoyi.name=YJZH_SQ -Dserver.port=8080 -Dspring.profiles.active=test app.jar >/dev/null 2>&1 &
 
 # 死循环,保持docker前台运行
 while [[ true ]]; do