|
|
@@ -9,10 +9,6 @@
|
|
9
|
9
|
|
|
10
|
10
|
<!-- Persistence - database, Hibernate, transactions, repository implementations -->
|
|
11
|
11
|
|
|
12
|
|
- <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
|
|
13
|
|
- <property name="location" value="classpath:/jdbc.properties"/>
|
|
14
|
|
- </bean>
|
|
15
|
|
-
|
|
16
|
12
|
<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
|
|
17
|
13
|
<property name="url" value="${hibernate.connection.url}"/>
|
|
18
|
14
|
<property name="driverClassName" value="${hibernate.connection.driver_class}"/>
|
|
|
@@ -52,4 +48,4 @@
|
|
52
|
48
|
<property name="sessionFactory" ref="sessionFactory"/>
|
|
53
|
49
|
</bean>
|
|
54
|
50
|
|
|
55
|
|
-</beans>
|
|
|
51
|
+</beans>
|