Merge pull request #92 from just-jing/main

支持向被艾特用户微信推送消息
This commit is contained in:
zongzibinbin
2023-07-06 22:44:31 +08:00
committed by GitHub
5 changed files with 132 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ public class GlobalUncaughtExceptionHandler implements Thread.UncaughtException
@Override
public void uncaughtException(Thread t, Throwable e) {
log.error("Exception in thread {} ", t.getName(), e);
e.printStackTrace();
}
}