摘要:
``` //全局捕获异常对basePackages的包生效 @ControllerAdvice(basePackages = "com.wld.controller") public class GlobalExpectionHandler(){ //@ExceptionHandler(RuntimeException.class)仅仅捕获RuntimeException异常类型 @Exc... 阅读全文
posted @ 2019-03-20 23:35
嗯哼~
阅读(300)
评论(0)
推荐(0)