Skip to content
Snippets Groups Projects
Commit d8b76157 authored by Costin Leau's avatar Costin Leau Committed by Mic
Browse files

SPR-6447

+ add missing datasource import to hibernate config
parent 93a378ad
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@
<!-- ========================= RESOURCE DEFINITIONS ========================= -->
<!-- import the dataSource definition -->
<import resource="applicationContext-dataSource.xml"/>
<!-- Configurer that replaces ${...} placeholders with values from a properties file -->
<!-- (in this case, Hibernate-related settings for the sessionFactory definition below) -->
<context:property-placeholder location="classpath:jdbc.properties"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment