采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
我看到有的用@ControllerAdvice去处理异常,这两者有什么不同啊?
注解@ControllerAdvice是一个组件注解(component annotation),它允许实现类通过类路径扫描被自动检测到。当使用 MVC 命名空间或者 MVC Java 配置时自动启用。
带有@ControllerAdvice注解的类可以包含带有@ExceptionHandler、@InitBinder和@ModelAttribute注解的方法,and these methods will apply to @RequestMapping methods across all controller hierarchies as opposed to the controller hierarchy within which they are declared.
=======
总结 ControllerAdvice 有三个作用
最有用的就是配合ExceptionHandler 做异常拦截
参考:https://blog.csdn.net/w372426096/article/details/78429141
那么我到底用哪一个呢?感觉都可以用啊。
都可以
about正解
登录后可查看更多问答,登录/注册
Tomcat集群+Redis分布式+代码重构+源码原理解析
1.7k 17
2.7k 12
1.7k 12
1.7k 11
2.0k 10
购课补贴联系客服咨询优惠详情
慕课网APP您的移动学习伙伴
扫描二维码关注慕课网微信公众号