写spring的时候,使用SqlMapClientDaoSupport,结果报出异常:
The type org.springframework.dao.support.DaoSupport cannot be resolved. It is indirectly referenced from required .class files
上网搜索了一下:发现有些地方说,把spring-core-xx.jar换成 spring.jar。可是spring包里边没有这个jar。
后来发现,要添加一个
org.springframework.transaction-3.0.5.RELEASE.jar,就可以了。