Skip to content

Instantly share code, notes, and snippets.

@KowalczykBartek
Last active August 29, 2015 14:07
Show Gist options
  • Save KowalczykBartek/35937754c02d4f2db05a to your computer and use it in GitHub Desktop.
Save KowalczykBartek/35937754c02d4f2db05a to your computer and use it in GitHub Desktop.
<bean id="LocalContainerEntityManagerFactoryBean" class=
"org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
<property name="packagesToScan" value="application.models" />
<property name="dataSource" ref="dataSource" />
<property name="jpaVendorAdapter" ref="jpaVendorAdapter" />
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment