Spring3.x错误:
解决方法:
缺少cglib的包,
下载地址:
http://sourceforge.net/projects/cglib/files/latest/download?source=files
Spring3.x错误---- Cannot proxy target class because CGLIB2 is not available. Add CGLIB to the class path or specify proxy interfaces.
原文:http://www.cnblogs.com/robert-blue/p/4372208.html