您当前的位置: 首页 >  spring boot

衣舞晨风

暂无认证

  • 2浏览

    0关注

    1156博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

Spring Boot 自定义注解

衣舞晨风 发布时间:2017-08-03 08:18:36 ,浏览量:2

前情回顾: Spring MVC AOP通过注解方式拦截Controller等实现日志管理

1、添加spring boot引用

 
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-aop
        

2、在spring boot的Application启动类中使用@EnableAspectJAutoProxy注解,添加对Aspectj支持 3、与前情回顾编写类似的OperationLogger、SysLogAspect 4、在需要使用的方法上添加 @OperationLogger注解,搞定

个人微信公众号: 这里写图片描述

作者:jiankunking 出处:http://blog.csdn.net/jiankunking

关注
打赏
1647422595
查看更多评论
立即登录/注册

微信扫码登录

0.0536s