Skip to content

Commit

Permalink
chore: clean codes
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Dec 23, 2023
1 parent e7c3e5a commit f527c67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<properties>
<!-- PostgreSQL -->
<property name="jakarta.persistence.jdbc.url"
value="jdbc:oracle:thin://localhost/blogdb"/>
value="jdbc:oracle:thin://127.0.0.1/blogdb"/>
<!-- Credentials -->
<property name="jakarta.persistence.jdbc.user"
value="testUser"/>
Expand Down

0 comments on commit f527c67

Please sign in to comment.