首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
regexmethodpointcutadvisor专题
Spring学习(8)-AOP之ProxyFactoryBean、RegexMethodPointcutAdvisor、BeanNameAutoProxyCreator
前言: 上一篇学习了Spring AOP(面向切面编程)的基础,在Spring Bean 的配置文件中代理工厂ProxyFactoryBean 的写法似乎并没有见到切入点(pointcut),切面(aspect),织入(weaving)等等的英文所在,那是从哪里来的这些概念呢?这篇文章就告诉你aop的真正写法。 1 配置ProxyFactoryBean 上篇博客地址:Spring学习(
阅读更多...