From d000a897463d586c1375869c47dcec821aebea4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Rubilar?= Date: Wed, 11 Nov 2020 13:41:36 -0300 Subject: [PATCH 1/2] uno --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 35b376a..9daf9ad 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://localhost:59451/postgres_demo spring.datasource.username= postgres -spring.datasource.password= +spring.datasource.password= 123456 # The SQL dialect makes Hibernate generate better SQL for the chosen database spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect From 5c37eaff0bc1b95881d02ff0fcdbfe09700ece77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Rubilar?= Date: Wed, 11 Nov 2020 14:12:34 -0300 Subject: [PATCH 2/2] dos --- 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 9daf9ad..42fa9fd 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -7,4 +7,4 @@ spring.datasource.password= 123456 spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect # Hibernate ddl auto (create, create-drop, validate, update) -spring.jpa.hibernate.ddl-auto = update +spring.jpa.hibernate.ddl-auto = update