diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 35b376a..d33f4ea 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.url=jdbc:postgresql://34.70.232.209:5432/exceldata 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