Skip to content

Instantly share code, notes, and snippets.

@onurbaysan
Created November 16, 2016 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onurbaysan/5cc7e74b786adef70e805666a38ae3af to your computer and use it in GitHub Desktop.
Save onurbaysan/5cc7e74b786adef70e805666a38ae3af to your computer and use it in GitHub Desktop.
<beans profile="default">
<bean id="mySessionFactoryBean" class="org.springframework.orm.hibernate5.LocalSessionFactoryBean">
<property name="dataSource" ref="myHSQLDataSourceBean"/>
<property name="mappingLocations" value="classpath*:**/*.hbm.xml"/>
</bean>
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment