From 95f730ee1b86acd4e3155790efcb882856396e84 Mon Sep 17 00:00:00 2001 From: Zuhaprogrammer Date: Wed, 12 Mar 2025 11:58:03 +0500 Subject: [PATCH] Update application.properties --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f152ff7..f36e4ed 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,6 +2,6 @@ spring.application.name=click-clone spring.datasource.url=jdbc:postgresql://localhost:5432/click_clone spring.datasource.username=postgres -spring.datasource.password=192002 +spring.datasource.password=******* spring.jpa.hibernate.ddl-auto=update spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect