开发者社区 问答 正文

Aop中配置文件相关代码有什么?

Aop中配置文件相关代码有什么?

展开
收起
去校区学技术 2022-03-31 22:48:36 359 分享 版权
1 条回答
写回答
取消 提交回答
  • 配置文件:

    class="cn.sxt.service.impl.UserServiceImpl"/>
    
    expression="execution(*
    
    cn.sxt.service.impl.*.*(.”"/>
    
    pointcut-ref="pointcut"/>
    
    
    
    2022-03-31 22:49:20
    赞同 展开评论
问答标签:
问答地址: