From 5233c32c8caefa0b09f33be58577c6c1aa5c1caa Mon Sep 17 00:00:00 2001 From: Jino Jossy Date: Thu, 17 Oct 2019 19:24:27 +0530 Subject: [PATCH] createclob-method-threw-error on running in dev environment --- src/main/resources/application.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ff398ee..5014435 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,10 +1,11 @@ ## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties) spring.datasource.url=jdbc:postgresql://localhost:5432/postgres_demo -spring.datasource.username= rajeevkumarsingh -spring.datasource.password= +spring.datasource.username= postgres +spring.datasource.password=jijo@leelamma # The SQL dialect makes Hibernate generate better SQL for the chosen database 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.properties.hibernate.temp.use_jdbc_metadata_defaults=false