mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
SPR-6447
+ add missing datasource import to hibernate config
This commit is contained in:
parent
93a378adde
commit
d8b7615705
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
||||||
|
|
||||||
<!-- ========================= RESOURCE DEFINITIONS ========================= -->
|
<!-- ========================= RESOURCE DEFINITIONS ========================= -->
|
||||||
|
|
||||||
|
<!-- import the dataSource definition -->
|
||||||
|
<import resource="applicationContext-dataSource.xml"/>
|
||||||
|
|
||||||
<!-- Configurer that replaces ${...} placeholders with values from a properties file -->
|
<!-- Configurer that replaces ${...} placeholders with values from a properties file -->
|
||||||
<!-- (in this case, Hibernate-related settings for the sessionFactory definition below) -->
|
<!-- (in this case, Hibernate-related settings for the sessionFactory definition below) -->
|
||||||
<context:property-placeholder location="classpath:jdbc.properties"/>
|
<context:property-placeholder location="classpath:jdbc.properties"/>
|
||||||
|
|
Loading…
Reference in a new issue