From 70aa3558759921f7ec44adffec081ba1e9d7fb6a Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 17 Mar 2022 19:07:17 +0330 Subject: daily commit.wip --- src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e0578c9..357f85a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,3 +5,5 @@ spring.jpa.hibernate.ddl-auto=create-drop spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.format_sql=true + +server.error.include-message=always -- cgit v1.2.3