Advertisement
Guest User

persistence.xml

a guest
Mar 18th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
  3. <persistence-unit name="jpa-persona">
  4. <properties>
  5. <property name="hibernate.connection.username" value="root"/>
  6. <property name="hibernate.connection.password" value="Rioseco26&amp;"/>
  7. <property name="hibernate.connection.url" value="jdbc:mysql://localhost:3306/test"/>
  8. <property name="hibernate.connection.driver_class" value="com.mysql.jdbc.Driver"/>
  9. </properties>
  10. </persistence-unit>
  11. </persistence>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement