标签:not tty pem 多个 http request argument errors page
AbstractErrorController提供了多个方法可以从 request 中获取错误信息,包含以下信息:
timestamp,错误发生的时 间;
status,对应于HTTP Status,如 404;
error,错误消息,如 Bad Request、Not Found;
message,详细错误信息;
exception,如果应用抛出有异常,exception是字符串 ,代表异常的类名,如
org.springframework.web.method.annotation.MethodArgumentTypeMismatchException;
path,请求的URI;
errors, @Validated 校验错误的时候,校验结果信息放到这里
标签:not tty pem 多个 http request argument errors page
原文地址:https://www.cnblogs.com/lijinping321/p/10214367.html