diff --git a/Dockerfile b/Dockerfile index e3cedb2f..bcdd44ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN echo "deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe m apt-get clean && apt-get update &&\ apt-get install -y locales && apt-get install -y language-pack-zh-hans &&\ localedef -i zh_CN -c -f UTF-8 -A /usr/share/locale/locale.alias zh_CN.UTF-8 && locale-gen zh_CN.UTF-8 &&\ + export DEBIAN_FRONTEND=noninteractive &&\ apt-get install -y tzdata && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime &&\ apt-get install -y libxrender1 && apt-get install -y libxt6 && apt-get install -y libxext-dev && apt-get install -y libfreetype6-dev &&\ apt-get install -y wget && apt-get install -y ttf-mscorefonts-installer && apt-get install -y fontconfig &&\ @@ -37,5 +38,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-4.0.0/bin -ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dspring.config.location=/opt/kkFileView-4.0.0/config/application.properties","-jar","/opt/kkFileView-4.0.0/bin/kkFileView-4.0.0.jar"] \ No newline at end of file +ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-4.1.0-SNAPSHOT/bin +ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dspring.config.location=/opt/kkFileView-4.1.0-SNAPSHOT/config/application.properties","-jar","/opt/kkFileView-4.1.0-SNAPSHOT/bin/kkFileView-4.1.0-SNAPSHOT.jar"] \ No newline at end of file diff --git a/office-plugin/pom.xml b/office-plugin/pom.xml index 504be1c9..91a9e43d 100644 --- a/office-plugin/pom.xml +++ b/office-plugin/pom.xml @@ -5,9 +5,9 @@ 4.0.0 - filepreview + kkFileView-parent cn.keking - 4.0.0 + 4.1.0-SNAPSHOT office-plugin diff --git a/pom.xml b/pom.xml index b3a6e151..4b09e0a7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,8 +5,8 @@ pom cn.keking - filepreview - 4.0.0 + kkFileView-parent + 4.1.0-SNAPSHOT 1.8 @@ -22,7 +22,7 @@ server - file-online-preview + kkFileView-parent 专注文件在线预览服务 https://github.com/kekingcn/kkFileView diff --git a/server/pom.xml b/server/pom.xml index 5077a72f..7e7c81d7 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,9 +4,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - filepreview + kkFileView-parent cn.keking - 4.0.0 + 4.1.0-SNAPSHOT kkFileView diff --git a/server/src/main/java/cn/keking/config/AppBanner.java b/server/src/main/java/cn/keking/config/AppBanner.java index a0f32917..94e21af9 100644 --- a/server/src/main/java/cn/keking/config/AppBanner.java +++ b/server/src/main/java/cn/keking/config/AppBanner.java @@ -20,8 +20,8 @@ public class AppBanner implements Banner { " | < | < | | | | | | | __/ \\ / | | | __/ \\ V V / \n" + " |_|\\_\\ |_|\\_\\ |_| |_| |_| \\___| \\/ |_| \\___| \\_/\\_/ \n" + " \n" + - " => Spring Boot :: (v2.4.2) QQ1 :: 613025121\n" + - " => kkFileView :: (v4.0.0) QQ2 :: 484680571\n" + + " => Spring Boot :: (v2.4.2) QQ1 :: 613025121\n" + + " => kkFileView :: (v4.1.0-SNAPSHOT) QQ2 :: 484680571\n" + " => github :: https://github.com/kekingcn/kkFileView\n" + " => gitee :: https://gitee.com/kekingcn/file-online-preview\n"); }