Commit 50cf5144 authored by Liang Ding's avatar Liang Ding

🎨 释放资源

parent fe00adf5
...@@ -241,6 +241,7 @@ public final class Server extends BaseServer { ...@@ -241,6 +241,7 @@ public final class Server extends BaseServer {
Stopwatchs.end(); Stopwatchs.end();
LOGGER.log(Level.DEBUG, "Stopwatch: {0}{1}", Strings.LINE_SEPARATOR, Stopwatchs.getTimingStat()); LOGGER.log(Level.DEBUG, "Stopwatch: {0}{1}", Strings.LINE_SEPARATOR, Stopwatchs.getTimingStat());
Stopwatchs.release();
final CronMgmtService cronMgmtService = beanManager.getReference(CronMgmtService.class); final CronMgmtService cronMgmtService = beanManager.getReference(CronMgmtService.class);
cronMgmtService.start(); cronMgmtService.start();
......
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