From 037c382d245b23d5ab380b075a68a7b906cdadf1 Mon Sep 17 00:00:00 2001 From: Broknloop <90255202+broknloop@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:58:02 -0300 Subject: [PATCH] fix(enable-query-error):Enable error to propagate when issuing a query (#84) Co-authored-by: Broknloop --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 73993af..e515412 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,3 +6,4 @@ spring.thymeleaf.encoding= UTF-8 spring.thymeleaf.prefix=file:src/main/resources/templates/ spring.web.resources.static-locations=file:src/main/resources/static/ spring.web.resources.cache.period=0 +server.error.include-message=always