mirror of
https://github.com/zongzibinbin/MallChat.git
synced 2026-03-13 21:53:41 +08:00
fix: GlobalUncaughtExceptionHandler 构造函数有误,编译无法通过
This commit is contained in:
@@ -35,7 +35,7 @@ public class IpServiceImpl implements IpService, DisposableBean {
|
||||
0L, TimeUnit.MILLISECONDS,
|
||||
new LinkedBlockingQueue<Runnable>(500),
|
||||
new NamedThreadFactory("refresh-ipDetail", (ThreadGroup)null,false,
|
||||
new GlobalUncaughtExceptionHandler("refresh-ipDetail")));
|
||||
new GlobalUncaughtExceptionHandler()));
|
||||
|
||||
@Autowired
|
||||
private UserDao userDao;
|
||||
|
||||
Reference in New Issue
Block a user