spring aop 执行顺序

aop 执行顺序:

// @Before
// @AfterThrowing
order 值越小,执行时越靠前

// @After
// @AfterReturning
order 值越大,执行时越靠前

 

posted @ 2018-05-09 20:47  xiluhua  阅读(1294)  评论(0编辑  收藏  举报