Skip to content

Instantly share code, notes, and snippets.

@jeffjohnson9046
Created October 5, 2014 20:22
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 jeffjohnson9046/2e55d3d33eeef80a031a to your computer and use it in GitHub Desktop.
Save jeffjohnson9046/2e55d3d33eeef80a031a to your computer and use it in GitHub Desktop.
An example of a Spring MVC persistence.xml file.
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence_2_0.xsd"
version="2.0">
<persistence-unit name="punit"></persistence-unit>
</persistence>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment