Skip to content

Commit

Permalink
Adding OutBox Pattern to Producers
Browse files Browse the repository at this point in the history
  • Loading branch information
FadiFadhlaoui1212 committed Dec 29, 2024
1 parent 1aba8d8 commit 9f6f04c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion order/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
container_name: db_order
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: fadizoe1212
POSTGRES_PASSWORD: azerty
POSTGRES_DB: db_order
PGDATA: /var/lib/postgresql/data
ports:
Expand Down
2 changes: 1 addition & 1 deletion order/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring:

url: jdbc:postgresql://localhost:5432/db_order
username: postgres
password: fadizoe1212
password: azerty
driver-class-name: org.postgresql.Driver
jpa:
hibernate:
Expand Down

0 comments on commit 9f6f04c

Please sign in to comment.