Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xyqb-user2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
head_group
xyqb-user2
Commits
c024e9e8
Commit
c024e9e8
authored
Jan 17, 2018
by
技术部-任文超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关闭平滑退出
parent
7e0e91ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Bootstrap.java
src/main/java/cn/quantgroup/xyqb/Bootstrap.java
+1
-1
No files found.
src/main/java/cn/quantgroup/xyqb/Bootstrap.java
View file @
c024e9e8
...
@@ -35,7 +35,7 @@ public class Bootstrap {
...
@@ -35,7 +35,7 @@ public class Bootstrap {
ConfigurableApplicationContext
run
=
springApplication
.
run
(
args
);
ConfigurableApplicationContext
run
=
springApplication
.
run
(
args
);
log
.
info
(
"server start..."
);
log
.
info
(
"server start..."
);
// 启用平滑退出功能
// 启用平滑退出功能
Signal
.
handle
(
new
Signal
(
"INT"
),
new
DefaultSignalHandler
(
run
));
//
Signal.handle(new Signal("INT"), new DefaultSignalHandler(run));
Sentry
.
init
(
"http://13ef5642903a414c910f8d0e0a2c56ee:8b351ad1abf44de3b4c25f39105fb927@172.16.4.89:9000/6"
);
Sentry
.
init
(
"http://13ef5642903a414c910f8d0e0a2c56ee:8b351ad1abf44de3b4c25f39105fb927@172.16.4.89:9000/6"
);
}
}
}
}
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