Fixed spring-mvc-java, spring-cloud-rest-discovery-server apache-solr… (#4661)

* Fixed spring-mvc-java, spring-cloud-rest-discovery-server apache-solrj integration tests

* Fixed integration tests for spring-hibernate-3, spring-jooq module
This commit is contained in:
Amit Pandey
2018-07-10 12:12:39 +05:30
committed by Grzegorz Piwowarek
parent f959cbe55a
commit d9d8f169eb
11 changed files with 59 additions and 40 deletions
@@ -17,7 +17,7 @@
<context:annotation-config />
<context:component-scan base-package="org.baeldung.persistence" />
<context:property-placeholder location="classpath:persistence-mysql.properties"/>
<context:property-placeholder location="classpath:persistence-h2.properties"/>
@@ -5,7 +5,7 @@
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.2.xsd"
>
<context:property-placeholder location="classpath:persistence-mysql.properties"/>
<context:property-placeholder location="classpath:persistence-h2.properties"/>
<bean id="sessionFactory" class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean">
<property name="dataSource" ref="dataSource"/>