migrated all dates to joda time

This commit is contained in:
Mic 2013-01-19 02:53:27 +08:00
parent c4b5a98ac8
commit d88b565d28
13 changed files with 63 additions and 38 deletions

View file

@ -104,7 +104,7 @@
<bean id="namedParameterJdbcTemplate" class="org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate">
<constructor-arg ref="dataSource" />
</bean>
<context:component-scan base-package="org.springframework.samples.petclinic.repository.jdbc"/>
</beans>