java.lang.NoClassDefFoundError: net/sf/cglib/proxy

Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/cglib/proxy/CallbackFilter
 at org.hibernate.bytecode.cglib.BytecodeProviderImpl.getProxyFactoryFactory(BytecodeProviderImpl.java:33)
 at org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactoryInternal(PojoEntityTuplizer.java:182)
 ....

 

2、解决方法:

   把cglib-nodep-2.1.3.jar 导入项目


你可能感兴趣的:(spring)