CGLIB2 is not available 处理方法

org.springframework.aop.framework.AopConfigException: Cannot proxy target class because CGLIB2 is not available. Add CGLIB to the class path or specify proxy interfaces.

下载和导入 cglib-nodep-2.2.3.jar

http://sourceforge.net/projects/cglib/?source=dlp

原文地址:https://www.cnblogs.com/dycg/p/2875794.html