新增 spring AOP 用例

This commit is contained in:
luoxiang
2018-12-28 19:58:13 +08:00
parent 3cda29d3b9
commit 3902d1cc67
4 changed files with 16 additions and 11 deletions

View File

@ -10,7 +10,7 @@ import org.springframework.stereotype.Component;
* @author : heibaiying
* @description : 自定义切面
*/
@Order(1)
@Order(2)
@Aspect
@Component
public class SecondAdvice {