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 d3a21ac commit 9adefef
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://localhost:1521/blogdb"/>
value="jdbc:oracle:thin://localhost:1521/blogdb"/>
<!-- Credentials -->
<property name="jakarta.persistence.jdbc.user"
value="testUser"/>
Expand Down

0 comments on commit 9adefef

Please sign in to comment.