Skip to content

Instantly share code, notes, and snippets.

@atishn
Created August 1, 2014 19:20
Show Gist options
  • Save atishn/fa4b4adf48af49af66d5 to your computer and use it in GitHub Desktop.
Save atishn/fa4b4adf48af49af66d5 to your computer and use it in GitHub Desktop.
Java Melody Configuration
<jee:jndi-lookup id="dataSource" jndi-name="jdbc/myAppDS"/>
<bean id="entityManagerFactory" class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
<property name="dataSource" ref="dataSource" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment