|
|
|
@@ -51,7 +51,7 @@ public class GlobalDefultExceptionHandler { |
|
|
|
sb.append("\n"); |
|
|
|
sb.append(sw.toString()); |
|
|
|
|
|
|
|
String[] receivers = new String[] {"hupeng@iformall.com", "wuguoqiang@iformall.com", "gongbiao@iformall.com"}; |
|
|
|
String[] receivers = new String[] {"hupeng@iformall.com", "wuguoqiang@iformall.com", "gongbiao@iformall.com", "luozukai@iformall.com"}; |
|
|
|
|
|
|
|
//发送邮件 |
|
|
|
mailService.sendSimpleMail(receivers, "请求地址:" + request.getRequestURL() + "异常", sb.toString()); |
|
|
|
|