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
jenkins
slm-fileview
Commits
0854317c
Commit
0854317c
authored
Jul 06, 2021
by
陈精华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化:增加Office进程关闭日志
parent
fcdefa45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
OfficePluginManager.java
.../src/main/java/cn/keking/service/OfficePluginManager.java
+1
-3
No files found.
server/src/main/java/cn/keking/service/OfficePluginManager.java
View file @
0854317c
...
...
@@ -21,11 +21,8 @@ import java.io.File;
import
java.io.IOException
;
import
java.io.InputStream
;
import
java.nio.charset.StandardCharsets
;
import
java.time.Duration
;
import
java.util.ArrayList
;
import
java.util.Arrays
;
import
java.util.HashMap
;
import
java.util.List
;
import
java.util.Map
;
import
java.util.Properties
;
...
...
@@ -143,6 +140,7 @@ public class OfficePluginManager {
@PreDestroy
public
void
destroyOfficeManager
(){
if
(
null
!=
officeManager
&&
officeManager
.
isRunning
())
{
logger
.
info
(
"Shutting down office process"
);
officeManager
.
stop
();
}
}
...
...
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