学习记录 - 配置切面aspect和切入点PointCut

配置切面aspecthtml <aop:config> <aop:aspect id="moocAspectAOP" ref="moocAspect"> </aop:aspect> </aop:config> 配置pointcutjava name-pattern:指定方法名,*表明因此,set*,表明以set开头的全部方法. parameters pattern:指定方法参数(声明的
相关文章
相关标签/搜索