mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-21 02:51:11 +00:00
migrated all dates to joda time
This commit is contained in:
parent
c4b5a98ac8
commit
d88b565d28
13 changed files with 63 additions and 38 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue