Authored by fangyeqing

Update start.sh

... ... @@ -25,7 +25,7 @@ if [[ -f $pid_file ]]; then
fi
# start
nohup mvn spring-boot:run >${log_path}/xkl.out &
nohup mvn spring-boot:run >> ${log_path}/xkl.out &
# write down the pid
pid=$!;
... ...