From f09bc99f4aed7a5c2e0ea58d723a4853eb754d0e Mon Sep 17 00:00:00 2001 From: Alvinn8 <42838560+Alvinn8@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:59:08 +0200 Subject: [PATCH] fix: Fix error message always being empty (#63) --- 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 7398106..bdc8730 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,3 +5,4 @@ spring.datasource.url=${JDBC_DATABASE_URL} spring.datasource.username=${JDBC_DATABASE_USERNAME} spring.datasource.password=${JDBC_DATABASE_PASSWORD} server.port=${PORT:8080} +server.error.include-message=ALWAYS