Skip to content

Instantly share code, notes, and snippets.

@danirod
Created October 9, 2016 10:35
Show Gist options
  • Save danirod/7b23abcd5157bd47f422e2042f86e903 to your computer and use it in GitHub Desktop.
Save danirod/7b23abcd5157bd47f422e2042f86e903 to your computer and use it in GitHub Desktop.
persistence.xml vacío
<?xml version="1.0" encoding="UTF-8" ?>
<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/persistence_2_0.xsd"
version="2.0" xmlns="http://java.sun.com/xml/ns/persistence">
<persistence-unit name="aplicacion">
<properties>
<property name="javax.persistence.jdbc.driver" value="" />
<property name="javax.persistence.jdbc.url" value="" />
<property name="javax.persistence.jdbc.user" value="" />
<property name="javax.persistence.jdbc.password" value="" />
<property name="hibernate.dialect" value="" />
<property name="hibernate.hbm2ddl.auto" value="" />
</properties>
</persistence-unit>
</persistence>
@Pablo-hub44
Copy link

thanks bro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment