nested exception is java.lang.NoClassDefFoundError: org/springframework/dao/support/PersistenceExceptionTranslator
该问题是少了一个spring-tx-的jar包,把该包加入到buildpath中就行了。
参考链接:http://blog.csdn.net/Rongbo_J/article/details/46661027
该问题是少了一个spring-tx-的jar包,把该包加入到buildpath中就行了。
参考链接:http://blog.csdn.net/Rongbo_J/article/details/46661027