From 2c2ec32e8f2f8f543c52fc52bc992aa405b08af4 Mon Sep 17 00:00:00 2001 From: vincdac <91517220+vincdac@users.noreply.github.com> Date: Sun, 3 Sep 2023 12:48:04 +0530 Subject: [PATCH 1/2] 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 35b376a..d0bf041 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ ## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties) spring.datasource.url=jdbc:postgresql://localhost:5432/postgres_demo spring.datasource.username= postgres -spring.datasource.password= +spring.datasource.password= root # The SQL dialect makes Hibernate generate better SQL for the chosen database spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect From 9946e1e3ddd8900108b6a2c407fbee2961c53a3d Mon Sep 17 00:00:00 2001 From: vincdac <91517220+vincdac@users.noreply.github.com> Date: Sun, 3 Sep 2023 13:15:37 +0530 Subject: [PATCH 2/2] 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 d0bf041..d33f4ea 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ ## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties) -spring.datasource.url=jdbc:postgresql://localhost:5432/postgres_demo +spring.datasource.url=jdbc:postgresql://34.70.232.209:5432/exceldata spring.datasource.username= postgres spring.datasource.password= root