Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
barais committed Dec 12, 2017
1 parent a8c6d44 commit 0025c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/persistence.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
<property name="hibernate.archive.autodetection" value="class, hbm" />
<property name="hibernate.show_sql" value="true" />
<property name="hibernate.connection.driver_class" value="com.mysql.jdbc.Driver" />
<property name="hibernate.connection.password" value="301279cd" />
<property name="hibernate.connection.password" value="test" />
<property name="hibernate.connection.url" value="jdbc:mysql://localhost/testjpaensai" />
<property name="hibernate.connection.username" value="root" />
<property name="hibernate.connection.username" value="test" />
<property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect" />
<property name="hibernate.c3p0.min_size" value="5" />
<property name="hibernate.c3p0.max_size" value="20" />
Expand Down

0 comments on commit 0025c9e

Please sign in to comment.