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;