1. 自己定义的异常,继承RuntimeException。可以建个exception包,专门放自定义异常。自定义的异常用来描述自己程序中特有的异常。 public class CustomGenericException extends RuntimeException { private String errCode; private String e
Filter过滤器,Interceptor拦截器,ControllerAdvice,Aspect切片 上图为在web项目中,在处理request请求时得处理顺序 在项目中我们改怎么使用呢? Filter过滤器 /*** Created by GAOMINGQIAN on 2017/12/10.*<pr>* Filter只能获取到请求的request和response。获取不到