File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
yuzhouwan-common/src/main/resources/shell Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
<groupId >com.yuzhouwan</groupId >
5
5
<artifactId >yuzhouwan</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >1.0.0 </version >
7
+ <version >1.0.1 </version >
8
8
9
9
<modules >
10
10
<module >yuzhouwan-parent</module >
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- # */1 * * * * bash /home/yuzhouwan/keepalive.sh "yuzhouwan-1.0.0 -jar-with-dependencies.jar" "nohup java -jar /home/yuzhouwan/yuzhouwan-1.0.0 -jar-with-dependencies.jar >> /home/yuzhouwan/logs/nohup.log 2>&1 &"
2
+ # */1 * * * * bash /home/yuzhouwan/keepalive.sh "yuzhouwan-1.0.1 -jar-with-dependencies.jar" "nohup java -jar /home/yuzhouwan/yuzhouwan-1.0.1 -jar-with-dependencies.jar >> /home/yuzhouwan/logs/nohup.log 2>&1 &"
3
3
4
4
check=" $1 "
5
5
alive=" $2 "
Original file line number Diff line number Diff line change 20
20
<!-- project -->
21
21
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22
22
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
23
- <project .version>1.0.0 </project .version>
23
+ <project .version>1.0.1 </project .version>
24
24
<java .version>1.8</java .version>
25
25
26
26
<!-- maven -->
You can’t perform that action at this time.
0 commit comments