deason 3 жил өмнө
parent
commit
86926bd883
3 өөрчлөгдсөн 4 нэмэгдсэн , 2 устгасан
  1. 2 0
      pom.xml
  2. 1 1
      shell/start.sh
  3. 1 1
      shell/stop.sh

+ 2 - 0
pom.xml

@@ -35,6 +35,8 @@
     </dependencies>
 
     <build>
+        <finalName>${project.artifactId}</finalName>
+
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>

+ 1 - 1
shell/start.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-PROJECT_JAR="examcloud-ws-v4.1.0-SNAPSHOT.jar"
+PROJECT_JAR="examcloud-ws-v4.1.1-SNAPSHOT.jar"
 
 PROJECT_JVM_ARGS=`cat start.vmoptions`
 

+ 1 - 1
shell/stop.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-PROJECT_JAR="examcloud-ws-v4.1.0-SNAPSHOT.jar"
+PROJECT_JAR="examcloud-ws-v4.1.1-SNAPSHOT.jar"
 
 ps -ef | grep $PROJECT_JAR | grep java | awk '{printf("kill -15 %s\n",$2)}' | sh
 BUILD_ID=DONTKILLME