Browse Source

v4.3.0-SNAPSHOT版本 迭代开启
v4.3.0-SNAPSHOT版本 迭代开启

Signed-off-by: 高雄 <admin@cxcp.com>

高雄 1 year ago
parent
commit
2fc6d94e11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/src/main/bin/startup.sh

+ 1 - 1
server/src/main/bin/startup.sh

@@ -51,7 +51,7 @@ else
 
   ## 启动kkFileView
   echo "Starting kkFileView..."
-  nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-4.2.1.jar > ../log/kkFileView.log 2>&1 &
+  nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar 4.3.0-SNAPSHOT.jar > ../log/kkFileView.log 2>&1 &
   echo "Please execute ./showlog.sh to check log for more information"
   echo "You can get help in our official home site: https://kkview.cn"
   echo "If you need further help, please join our kk opensource community: https://t.zsxq.com/09ZHSXbsQ"