Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Mar 1, 2022
1 parent 07253ca commit b78004c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- PostgreSQL -->
<property name="javax.persistence.jdbc.url"
value="jdbc:postgresql://localhost/hreact"/>
value="postgresql://localhost/hreact"/>

<!-- Credentials -->
<property name="javax.persistence.jdbc.user"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- PostgreSQL -->
<property name="javax.persistence.jdbc.url"
value="jdbc:postgresql://localhost/hreact"/>
value="postgresql://localhost/hreact"/>

<!-- Credentials -->
<property name="javax.persistence.jdbc.user"
Expand Down Expand Up @@ -48,7 +48,7 @@

<!-- MySQL -->
<property name="javax.persistence.jdbc.url"
value="jdbc:mysql://localhost/hreact"/>
value="mysql://localhost/hreact"/>

<!-- Credentials -->
<property name="javax.persistence.jdbc.user"
Expand Down

0 comments on commit b78004c

Please sign in to comment.