我使用的是Spring 4.3.2,我的所有DAO类都实现了Serializable,但我仍然得到了
引起:java.io.NotSerializableException:org.springframework.jdbc.core.simple.SimpleJdbcCall
在Tomcat 7中启动webapp时。
我的JdbcTemplate定义为
<bean id="jdbcTemplate" class="org.springframework.jdbc.core.JdbcTemplate">
<property name="dataSource" ref="dataSource" />
</bean>
非常感谢任何帮助 感谢