添加全局异常消息通知、实现钉钉发送异常消息通知

This commit is contained in:
b2baccline
2020-06-12 19:22:58 +08:00
parent d09f7fa84d
commit 77f24e1496
12 changed files with 396 additions and 72 deletions

View File

@@ -1,17 +0,0 @@
package com.hccake.ballcat.common.core.exception.handler;
/**
* @author Hccake
* @version 1.0
* @date 2019/10/18 17:06
* 默认的异常日志处理类
*/
public class DefaultGlobalExceptionHandler implements GlobalExceptionHandler {
/**
* 在此处理日志
* 默认什么都不处理
* @param throwable 异常信息
*/
@Override
public void handle(Throwable throwable) {}
}