From e6ed24a1272f240d5af657f22f07a4a07715c205 Mon Sep 17 00:00:00 2001 From: Abraham Ramirez Date: Fri, 29 May 2020 23:09:20 -0500 Subject: [PATCH 1/3] prubas --- 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..b565ecf 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://postgres:5432/pruebas spring.datasource.username= postgres -spring.datasource.password= +spring.datasource.password= postgres # The SQL dialect makes Hibernate generate better SQL for the chosen database spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect From db7db0f49bf04e8a7c3ddacada51471dfef78319 Mon Sep 17 00:00:00 2001 From: Abraham Ramirez Date: Fri, 29 May 2020 23:22:59 -0500 Subject: [PATCH 2/3] correccion hostbase --- 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 b565ecf..ce897d6 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://postgres:5432/pruebas +spring.datasource.url=jdbc:postgresql://postgresql:5432/pruebas spring.datasource.username= postgres spring.datasource.password= postgres From e4bc36ae36c86868b2a86dbf45989b79cb08e985 Mon Sep 17 00:00:00 2001 From: Abraham Ramirez Date: Fri, 29 May 2020 23:32:11 -0500 Subject: [PATCH 3/3] correccion hostbases --- src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ce897d6..b86e8ec 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://postgresql:5432/pruebas -spring.datasource.username= postgres -spring.datasource.password= postgres +spring.datasource.url=jdbc:postgresql://postgresql:5432/todoapp +spring.datasource.username= todoapp +spring.datasource.password= todoapp # The SQL dialect makes Hibernate generate better SQL for the chosen database spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect