From a82ba5bb01cfa5b473fb8e6201a1ab43398fd9df Mon Sep 17 00:00:00 2001 From: Arman Date: Wed, 31 May 2023 22:20:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20GlobalUncaughtExceptionHandler=20?= =?UTF-8?q?=E6=9E=84=E9=80=A0=E5=87=BD=E6=95=B0=E6=9C=89=E8=AF=AF=EF=BC=8C?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=97=A0=E6=B3=95=E9=80=9A=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../abin/mallchat/common/user/service/impl/IpServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallchat-common/src/main/java/com/abin/mallchat/common/user/service/impl/IpServiceImpl.java b/mallchat-common/src/main/java/com/abin/mallchat/common/user/service/impl/IpServiceImpl.java index 877abb1..7207166 100644 --- a/mallchat-common/src/main/java/com/abin/mallchat/common/user/service/impl/IpServiceImpl.java +++ b/mallchat-common/src/main/java/com/abin/mallchat/common/user/service/impl/IpServiceImpl.java @@ -35,7 +35,7 @@ public class IpServiceImpl implements IpService, DisposableBean { 0L, TimeUnit.MILLISECONDS, new LinkedBlockingQueue(500), new NamedThreadFactory("refresh-ipDetail", (ThreadGroup)null,false, - new GlobalUncaughtExceptionHandler("refresh-ipDetail"))); + new GlobalUncaughtExceptionHandler())); @Autowired private UserDao userDao;