标签:advice doc asi reference 错误 err att ocs 处理
参考:https://docs.spring.io/spring-boot/docs/1.5.4.RELEASE/reference/htmlsingle/#boot-features-error-handling
spring boot 提供了默认的/error路径,并展示一个全局的错误页面。 以下几种方式用来自定义错误处理:
(1)实现 ErrorController
接口或者继承BasicErrorController类
(2)实现ErrorAttributes 接口或者继承DefaultErrorAttributes类
(3)使用@ControllerAdvice注解
标签:advice doc asi reference 错误 err att ocs 处理
原文地址:https://www.cnblogs.com/BonnieWss/p/11656214.html