美文网首页
使用Spring Aspect注意事项

使用Spring Aspect注意事项

作者: 不务正业的coder | 来源:发表于2020-05-12 09:57 被阅读0次

    使用切面的目的是为了代码无入侵,于此同时,也不能中断原有逻辑。

    1.业务异常应该抛出,不做catch。
    2.切面逻辑异常可以捕获处理。


    image.png

    相关文章

      网友评论

          本文标题:使用Spring Aspect注意事项

          本文链接:https://www.haomeiwen.com/subject/njbvnhtx.html