forked from kidgrow-microservices-platform

luliqiang
2020-06-11 4dd862607e527036f08bf27615ba0adc2bd86c9b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.kidgrow.log.config;
 
import com.kidgrow.common.exception.DefaultExceptionAdvice;
import org.springframework.web.bind.annotation.ControllerAdvice;
 
/**
 * 石家庄喜高科技有限责任公司 版权所有 © Copyright 2020<br>
 *
 * @Description: 统一异常处理<br>
 * @Project: <br>
 * @CreateDate: Created in 2020/2/24 11:23 <br>
 * @Author: <a href="4345453@kidgrow.com">liuke</a>
 */
@ControllerAdvice
public class ExceptionAdvice extends DefaultExceptionAdvice {
}