Skip to content

Commit 215e9f0

Browse files
gitchenjhklboke
authored andcommitted
2.2.0版
1 parent 26e147b commit 215e9f0

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
@@ -34,5 +34,5 @@ RUN mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backu
3434
fc-cache -fv
3535
ENV LANG zh_CN.UTF-8
3636
ENV LC_ALL zh_CN.UTF-8
37-
ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-2.2.0-SNAPSHOT/bin
38-
ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider","-Dspring.config.location=/opt/kkFileView-2.2.0-SNAPSHOT/config/application.properties","-jar","/opt/kkFileView-2.2.0-SNAPSHOT/bin/kkFileView-2.2.0-SNAPSHOT.jar"]
37+
ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-2.2.0/bin
38+
ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider","-Dspring.config.location=/opt/kkFileView-2.2.0/config/application.properties","-jar","/opt/kkFileView-2.2.0/bin/kkFileView-2.2.0.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.2.0-SNAPSHOT</version>
15+
<version>2.2.0</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
@@ -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 -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider -Dspring.config.location=..\config\application.properties -jar kkFileView-2.2.0-SNAPSHOT.jar -> ..\log\kkFileView.log
9+
java -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider -Dspring.config.location=..\config\application.properties -jar kkFileView-2.2.0.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
@@ -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 -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider -Dspring.config.location=../config/application.properties -jar kkFileView-2.2.0-SNAPSHOT.jar > ../log/kkFileView.log 2>&1 &
32+
nohup java -Dfile.encoding=UTF-8 -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider -Dspring.config.location=../config/application.properties -jar kkFileView-2.2.0.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.2.0-SNAPSHOT</version>
8+
<version>2.2.0</version>
99
<modules>
1010
<module>jodconverter-core</module>
1111
<module>jodconverter-web</module>

0 commit comments

Comments
 (0)