摘要: package com.xxx.common.util; import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; import java.lang.reflect.Field; /** * @ver 阅读全文
posted @ 2021-01-15 18:34 牧之丨 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 使用springboot开发一个RESTful API服务,配置了@ControllerAdvice,其它类型异常都能正常捕获,就是不能捕获NoHandlerFoundException, 安装以往使用springmvc的经验,需要设置DispatcherServlet.throwException 阅读全文
posted @ 2021-01-15 18:20 牧之丨 阅读(983) 评论(0) 推荐(0) 编辑