springboot全局捕获异常
Posted puxuebing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot全局捕获异常相关的知识,希望对你有一定的参考价值。
捕获
捕获原理,使用AOP技术,采用异常通知。
1.捕获返回json格式
2.捕获返回页面
步骤:
[email protected](pasePackage="") 注释异常处理类
[email protected](RuntimeException.class) 拦截的异常类型,注释方法
以上是关于springboot全局捕获异常的主要内容,如果未能解决你的问题,请参考以下文章