diff --git a/Dockerfile b/Dockerfile index c69029a5f..b2c69e5cb 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 5972d7335..bcce9a0bb 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 2010031c8..f8907832e 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 e4ddbf36d..c441f6163 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 74c115e95..93a1870b3 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 224ccb0e0..a5b5015e1 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 &