From 5a28b89f46f88077b8259fea51b1b9969a84a714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=B2=BE=E5=8D=8E?= <842761733@qq.com> Date: Tue, 6 Apr 2021 16:45:18 +0800 Subject: [PATCH] =?UTF-8?q?3.5.1=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- office-plugin/pom.xml | 2 +- pom.xml | 2 +- server/pom.xml | 2 +- server/src/main/bin/startup.bat | 2 +- server/src/main/bin/startup.sh | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index c69029a5..b2c69e5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,5 +28,5 @@ ENV CLASSPATH $JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar ENV PATH $PATH:$JAVA_HOME/bin ENV LANG zh_CN.UTF-8 ENV LC_ALL zh_CN.UTF-8 -ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-3.5/bin -ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider","-Dspring.config.location=/opt/kkFileView-3.5/config/application.properties","-jar","/opt/kkFileView-3.5/bin/kkFileView-3.5.jar"] \ No newline at end of file +ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-3.5.1/bin +ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider","-Dspring.config.location=/opt/kkFileView-3.5.1/config/application.properties","-jar","/opt/kkFileView-3.5.1/bin/kkFileView-3.5.1.jar"] \ No newline at end of file diff --git a/office-plugin/pom.xml b/office-plugin/pom.xml index 5972d733..bcce9a0b 100644 --- a/office-plugin/pom.xml +++ b/office-plugin/pom.xml @@ -7,7 +7,7 @@ filepreview cn.keking - 3.5 + 3.5.1 office-plugin diff --git a/pom.xml b/pom.xml index 2010031c..f8907832 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ cn.keking filepreview - 3.5 + 3.5.1 1.8 diff --git a/server/pom.xml b/server/pom.xml index e4ddbf36..c441f616 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -6,7 +6,7 @@ filepreview cn.keking - 3.5 + 3.5.1 kkFileView diff --git a/server/src/main/bin/startup.bat b/server/src/main/bin/startup.bat index 74c115e9..93a1870b 100644 --- a/server/src/main/bin/startup.bat +++ b/server/src/main/bin/startup.bat @@ -6,4 +6,4 @@ echo Starting kkFileView... echo Please check log file in ../log/kkFileView.log for more information echo You can get help in our official homesite: https://kkFileView.keking.cn echo If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers -java -Dspring.config.location=..\config\application.properties -jar kkFileView-3.5.jar -> ..\log\kkFileView.log \ No newline at end of file +java -Dspring.config.location=..\config\application.properties -jar kkFileView-3.5.1.jar -> ..\log\kkFileView.log \ No newline at end of file diff --git a/server/src/main/bin/startup.sh b/server/src/main/bin/startup.sh index 224ccb0e..a5b5015e 100644 --- a/server/src/main/bin/startup.sh +++ b/server/src/main/bin/startup.sh @@ -29,4 +29,4 @@ echo "Starting kkFileView..." echo "Please execute ./showlog.sh to check log for more information" echo "You can get help in our official homesite: https://kkFileView.keking.cn" echo "If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers" -nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-3.5.jar > ../log/kkFileView.log 2>&1 & +nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-3.5.1.jar > ../log/kkFileView.log 2>&1 &