fix: GlobalUncaughtExceptionHandler 构造函数有误,编译无法通过

This commit is contained in:
Arman
2023-05-31 22:20:24 +08:00
parent a30af05891
commit a82ba5bb01

View File

@@ -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;