Skip to content

Commit 2ffda7a

Browse files
committed
更新版本到 3.5
1 parent 5cad4aa commit 2ffda7a

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ ENV CLASSPATH $JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
2828
ENV PATH $PATH:$JAVA_HOME/bin
2929
ENV LANG zh_CN.UTF-8
3030
ENV LC_ALL zh_CN.UTF-8
31-
ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-3.3.1/bin
32-
ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider","-Dspring.config.location=/opt/kkFileView-3.3.1/config/application.properties","-jar","/opt/kkFileView-3.3.1/bin/kkFileView-3.3.1.jar"]
31+
ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-3.5/bin
32+
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"]

Diff for: office-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>filepreview</artifactId>
99
<groupId>cn.keking</groupId>
10-
<version>3.3.1</version>
10+
<version>3.5</version>
1111
</parent>
1212

1313
<artifactId>office-plugin</artifactId>

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>cn.keking</groupId>
88
<artifactId>filepreview</artifactId>
9-
<version>3.3.1</version>
9+
<version>3.5</version>
1010

1111
<properties>
1212
<java.version>1.8</java.version>

Diff for: server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>filepreview</artifactId>
88
<groupId>cn.keking</groupId>
9-
<version>3.3.1</version>
9+
<version>3.5</version>
1010
</parent>
1111

1212
<artifactId>kkFileView</artifactId>

Diff for: server/src/main/bin/startup.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ echo Starting kkFileView...
66
echo Please check log file in ../log/kkFileView.log for more information
77
echo You can get help in our official homesite: https://kkFileView.keking.cn
88
echo If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers
9-
java -Dspring.config.location=..\config\application.properties -jar kkFileView-3.3.1.jar -> ..\log\kkFileView.log
9+
java -Dspring.config.location=..\config\application.properties -jar kkFileView-3.5.jar -> ..\log\kkFileView.log

Diff for: server/src/main/bin/startup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ echo "Starting kkFileView..."
2929
echo "Please execute ./showlog.sh to check log for more information"
3030
echo "You can get help in our official homesite: https://kkFileView.keking.cn"
3131
echo "If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers"
32-
nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-3.3.1.jar > ../log/kkFileView.log 2>&1 &
32+
nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-3.5.jar > ../log/kkFileView.log 2>&1 &

Diff for: server/src/main/java/cn/keking/config/AppBanner.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public void printBanner(Environment environment, Class<?> sourceClass, PrintStre
2121
" |_|\\_\\ |_|\\_\\ |_| |_| |_| \\___| \\/ |_| \\___| \\_/\\_/ \n" +
2222
" \n" +
2323
" => Spring Boot :: (v2.4.2) QQ1 :: 613025121\n" +
24-
" => kkFileView :: (v3.3.1) QQ2 :: 484680571\n" +
24+
" => kkFileView :: (v3.5) QQ2 :: 484680571\n" +
2525
" => github :: https://github.com/kekingcn/kkFileView\n" +
2626
" => gitee :: https://gitee.com/kekingcn/file-online-preview\n");
2727
}

0 commit comments

Comments
 (0)