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