Skip to content

Commit

Permalink
Update persistence.xml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tacianosilva committed Feb 25, 2016
1 parent 8c58a8f commit 21b3a1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/test/resources/META-INF/persistence.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@
<class>tests.br.edu.ufcg.splab.designtests.entities.SubEntityA</class>
<class>tests.br.edu.ufcg.splab.designtests.entities.SubEntityB</class>
<class>tests.br.edu.ufcg.splab.designtests.entities.SubEntityC</class>

<properties>
<property name="javax.persistence.jdbc.url" value="jdbc:mysql://localhost:3306/designtests_db" />

<!-- Dev Local Database -->
<!-- property name="javax.persistence.jdbc.user" value="designtests" / -->
<!-- property name="javax.persistence.jdbc.password" value="12345" / -->

<property name="javax.persistence.jdbc.user" value="travis" />
<property name="javax.persistence.jdbc.password" value="" />

<property name="javax.persistence.jdbc.driver" value="com.mysql.jdbc.Driver" />

<!-- propriedades do hibernate -->
Expand Down

0 comments on commit 21b3a1c

Please sign in to comment.