zoukankan      html  css  js  c++  java
  • Cannot locate BeanDefinitionParser for element [scoped-proxy]

    指定使用 CGLIB 而不使用 JDK 生成代理对象:
    注意:此两个标签必须同时出现,不然会报:Cannot locate BeanDefinitionParser for element [scoped-proxy]
    <!-- 指定使用 CGLIB 生成代理对象 -->
    <aop:aspectj-autoproxy proxy-target-class="true" />
    <aop:config proxy-target-class="true" />
  • 相关阅读:
    4-11
    4-10
    4-9
    4-7
    4-8
    4-6
    4-4
    4-5
    4-3
    4-2
  • 原文地址:https://www.cnblogs.com/xiluhua/p/10311351.html
Copyright © 2011-2022 走看看