Skip to content

Commit 8798d34

Browse files
gitchenjhklboke
authored andcommitted
2.1.2版
1 parent 63e62ab commit 8798d34

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ RUN yum install -y kde-l10n-Chinese &&\
2727
mkfontdir &&\
2828
fc-cache -fv
2929
ENV LC_ALL zh_CN.UTF-8
30-
ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-2.1.1/bin
31-
ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider","-Dspring.config.location=/opt/kkFileView-2.1.1/conf/application.properties","-jar","/opt/kkFileView-2.1.1/bin/kkFileView-2.1.1.jar"]
30+
ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-2.1.2/bin
31+
ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider","-Dspring.config.location=/opt/kkFileView-2.1.2/conf/application.properties","-jar","/opt/kkFileView-2.1.2/bin/kkFileView-2.1.2.jar"]

jodconverter-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>cn.keking</groupId>
1414
<artifactId>kkFileView</artifactId>
15-
<version>2.1.1</version>
15+
<version>2.1.2</version>
1616

1717

1818
<properties>

jodconverter-web/src/main/bin/startup.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ cd "%KKFILEVIEW_BIN_FOLDER%"
44
echo Using KKFILEVIEW_BIN_FOLDER %KKFILEVIEW_BIN_FOLDER%
55
echo Starting kkFileView...
66
echo Please check log file for more information
7-
java -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider -Dspring.config.location=..\conf\application.properties -jar kkFileView-2.1.1.jar -> ..\log\kkFileView.log
7+
java -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider -Dspring.config.location=..\conf\application.properties -jar kkFileView-2.1.2.jar -> ..\log\kkFileView.log

jodconverter-web/src/main/bin/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ else
2727
fi
2828
echo "Starting kkFileView..."
2929
echo "Please check log file for more information"
30-
nohup java -Dfile.encoding=UTF-8 -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider -Dspring.config.location=../conf/application.properties -jar kkFileView-2.1.1.jar > ../log/kkFileView.log 2>&1 &
30+
nohup java -Dfile.encoding=UTF-8 -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider -Dspring.config.location=../conf/application.properties -jar kkFileView-2.1.2.jar > ../log/kkFileView.log 2>&1 &

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>cn.keking</groupId>
77
<artifactId>filepreview</artifactId>
8-
<version>2.1.1</version>
8+
<version>2.1.2</version>
99
<modules>
1010
<module>jodconverter-core</module>
1111
<module>jodconverter-web</module>

0 commit comments

Comments
 (0)