Commit c024e9e8 authored by 技术部-任文超's avatar 技术部-任文超

关闭平滑退出

parent 7e0e91ac
...@@ -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");
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment