开发者社区 问答 正文

使用 spring 实现 aop中Spring的配置文件有什么内容?

使用 spring 实现 aop中Spring的配置文件有什么内容?

展开
收起
去校区学技术 2022-03-31 20:27:00 459 分享 版权
1 条回答
写回答
取消 提交回答
  • xmlns;xsi="http://wwy.w3.org/2001/XMLSchema-instance" xmlns.aop="http://www.springframework.org/schema/aop"
    
    xsiischemalocation="http://www.springframework.org/schema/beans
    
    http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/aop
    
    http://www.springframework.org/schema/aop/spring-aop.xsd"> id="userService"
    
    class="cn.sxt.service,impl.UserServiceImpl"/>
    
    cn.sxt.service.impl.*.*(..))" id="pointcut"/>
    
    Rointcut-ref="pointcut"/>
    
    2022-03-31 20:27:37
    赞同 展开评论