From 8a6652141258017f90ae56465118ca6fc95d127c Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 28 Dec 2024 12:08:53 +0100 Subject: [PATCH] Adding Canceled Status --- order/src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/order/src/main/resources/application-dev.yml b/order/src/main/resources/application-dev.yml index 1cf44ed4..52a598d4 100644 --- a/order/src/main/resources/application-dev.yml +++ b/order/src/main/resources/application-dev.yml @@ -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: