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 e6cd665 commit e7c3e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hibernate-reactive-mutiny-oracle/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ services:
APP_USER: testUser
APP_USER_PASSWORD: testPassword
volumes:
- ./data:/var/lib/oracle-xe
- ./data:/opt/oracle/oradata
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:1521/blogdb"/>
value="jdbc:oracle:thin://localhost/blogdb"/>
<!-- Credentials -->
<property name="jakarta.persistence.jdbc.user"
value="testUser"/>
Expand Down

0 comments on commit e7c3e5a

Please sign in to comment.