码迷,mamicode.com
首页 > 编程语言 > 详细

spring boot error handling

时间:2019-10-11 20:00:55      阅读:85      评论:0      收藏:0      [点我收藏+]

标签: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注解

 

spring boot error handling

标签:advice   doc   asi   reference   错误   err   att   ocs   处理   

原文地址:https://www.cnblogs.com/BonnieWss/p/11656214.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!