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