关于Cannot proxy target class because CGLIB2 is not available. Add CGLIB to the class path or specify proxy interfaces.和 java.lang.ClassNotFoundException: org.objectweb.asm.Type错误的解决方法: 就是加入cglib-nodep-2.2.2.jar包,如果加入cglib-2.2.2.jar包,就会报第二种错误
大名鼎鼎的cglib源码,可以与项目集成 CGLIB is distributed in binary and source form cglib-2.1_x.jar binary distribution, CGLIB classes only, it must be used to extend cglib classes dependant on ASM API cglib-nodep-2.1_x.jar binary distribution, CGLIB and renamed AS