weiwenhai před 6 roky
rodič
revize
b8acf1c73e

+ 1 - 1
examcloud-core-questions-starter/shell/start.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-APP_MAIN_JAR="examcloud-core-questions-starter-2.0-SNAPSHOT.jar"
+APP_MAIN_JAR="examcloud-core-questions-starter-master-SNAPSHOT.jar"
 
 FILE_PATH=$(cd `dirname $0`; pwd)
 

+ 1 - 1
examcloud-core-questions-starter/shell/stop.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-APP_MAIN_JAR="examcloud-core-questions-starter-2.0-SNAPSHOT.jar"
+APP_MAIN_JAR="examcloud-core-questions-starter-master-SNAPSHOT.jar"
 
 FILE_PATH=$(cd `dirname $0`; pwd)