Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slm-fileview
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
梁杰芳
slm-fileview
Commits
2ffda7a1
Commit
2ffda7a1
authored
Mar 18, 2021
by
kl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新版本到 3.5
parent
5cad4aa9
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
10 deletions
+10
-10
Dockerfile
Dockerfile
+3
-3
pom.xml
office-plugin/pom.xml
+1
-1
pom.xml
pom.xml
+1
-1
pom.xml
server/pom.xml
+1
-1
startup.bat
server/src/main/bin/startup.bat
+2
-2
startup.sh
server/src/main/bin/startup.sh
+1
-1
AppBanner.java
server/src/main/java/cn/keking/config/AppBanner.java
+1
-1
No files found.
Dockerfile
View file @
2ffda7a1
...
@@ -28,5 +28,5 @@ ENV CLASSPATH $JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
...
@@ -28,5 +28,5 @@ ENV CLASSPATH $JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
ENV
PATH $PATH:$JAVA_HOME/bin
ENV
PATH $PATH:$JAVA_HOME/bin
ENV
LANG zh_CN.UTF-8
ENV
LANG zh_CN.UTF-8
ENV
LC_ALL zh_CN.UTF-8
ENV
LC_ALL zh_CN.UTF-8
ENV
KKFILEVIEW_BIN_FOLDER /opt/kkFileView-3.3.1/bin
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.3.1/config/application.properties","-jar","/opt/kkFileView-3.3.1/bin/kkFileView-3.3.1.jar"]
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
\ No newline at end of file
office-plugin/pom.xml
View file @
2ffda7a1
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<parent>
<parent>
<artifactId>
filepreview
</artifactId>
<artifactId>
filepreview
</artifactId>
<groupId>
cn.keking
</groupId>
<groupId>
cn.keking
</groupId>
<version>
3.
3.1
</version>
<version>
3.
5
</version>
</parent>
</parent>
<artifactId>
office-plugin
</artifactId>
<artifactId>
office-plugin
</artifactId>
...
...
pom.xml
View file @
2ffda7a1
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<groupId>
cn.keking
</groupId>
<groupId>
cn.keking
</groupId>
<artifactId>
filepreview
</artifactId>
<artifactId>
filepreview
</artifactId>
<version>
3.
3.1
</version>
<version>
3.
5
</version>
<properties>
<properties>
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
...
...
server/pom.xml
View file @
2ffda7a1
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<parent>
<parent>
<artifactId>
filepreview
</artifactId>
<artifactId>
filepreview
</artifactId>
<groupId>
cn.keking
</groupId>
<groupId>
cn.keking
</groupId>
<version>
3.
3.1
</version>
<version>
3.
5
</version>
</parent>
</parent>
<artifactId>
kkFileView
</artifactId>
<artifactId>
kkFileView
</artifactId>
...
...
server/src/main/bin/startup.bat
View file @
2ffda7a1
...
@@ -6,4 +6,4 @@ echo Starting kkFileView...
...
@@ -6,4 +6,4 @@ echo Starting kkFileView...
echo Please check log file in ../log/kkFileView.log for more information
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 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
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.3.1.jar -> ..\log\kkFileView.log
java -Dspring.config.location=..\config\application.properties -jar kkFileView-3.5.jar -> ..\log\kkFileView.log
\ No newline at end of file
\ No newline at end of file
server/src/main/bin/startup.sh
View file @
2ffda7a1
...
@@ -29,4 +29,4 @@ echo "Starting kkFileView..."
...
@@ -29,4 +29,4 @@ echo "Starting kkFileView..."
echo
"Please execute ./showlog.sh to check log for more information"
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
"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"
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.
3.1
.jar
>
../log/kkFileView.log 2>&1 &
nohup
java
-Dfile
.encoding
=
UTF-8
-Dspring
.config.location
=
../config/application.properties
-jar
kkFileView-3.
5
.jar
>
../log/kkFileView.log 2>&1 &
server/src/main/java/cn/keking/config/AppBanner.java
View file @
2ffda7a1
...
@@ -21,7 +21,7 @@ public class AppBanner implements Banner {
...
@@ -21,7 +21,7 @@ public class AppBanner implements Banner {
" |_|\\_\\ |_|\\_\\ |_| |_| |_| \\___| \\/ |_| \\___| \\_/\\_/ \n"
+
" |_|\\_\\ |_|\\_\\ |_| |_| |_| \\___| \\/ |_| \\___| \\_/\\_/ \n"
+
" \n"
+
" \n"
+
" => Spring Boot :: (v2.4.2) QQ1 :: 613025121\n"
+
" => Spring Boot :: (v2.4.2) QQ1 :: 613025121\n"
+
" => kkFileView :: (v3.
3.1
) QQ2 :: 484680571\n"
+
" => kkFileView :: (v3.
5
) QQ2 :: 484680571\n"
+
" => github :: https://github.com/kekingcn/kkFileView\n"
+
" => github :: https://github.com/kekingcn/kkFileView\n"
+
" => gitee :: https://gitee.com/kekingcn/file-online-preview\n"
);
" => gitee :: https://gitee.com/kekingcn/file-online-preview\n"
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment