Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessApiUsageExce

记错:配置事物出现了错误,查看了网上的方法在web.xml中添加一些也无果,最后发现是,aop事物管理的路径配置写错了, <aop:config> <aop:pointcut expression="execution(* com.abc.abcService..*.*(..))" id="mypointcut"/> <aop:advisor advice-ref="txAdvice" point
相关文章
相关标签/搜索