Merge pull request #9 from imarman/main

fix: GlobalUncaughtExceptionHandler 构造函数有误,编译无法通过
This commit is contained in:
zongzibinbin
2023-06-01 00:19:47 +08:00
committed by GitHub

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;