Commit 275d6f0b by shentao

2018/4/27 mongo连接中断导致线程卡死问题处理

parent 952116fc
...@@ -49,7 +49,7 @@ public class ES4RedisRunner implements ApplicationRunner { ...@@ -49,7 +49,7 @@ public class ES4RedisRunner implements ApplicationRunner {
public void run() { public void run() {
try { try {
start.startThread(); start.startThread();
} catch (IOException | InterruptedException e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
} }
......
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