From 63fb23fafeb0741851af5d18ff7687530147807b Mon Sep 17 00:00:00 2001 From: "Kai.Yuan" Date: Wed, 14 Feb 2024 22:42:28 +0100 Subject: [PATCH] [Improvement-error-include-message] add server.error.include-message=always --- spring-5/src/main/resources/application.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spring-5/src/main/resources/application.properties b/spring-5/src/main/resources/application.properties index ccec014c2b..6b13783be8 100644 --- a/spring-5/src/main/resources/application.properties +++ b/spring-5/src/main/resources/application.properties @@ -1,3 +1,5 @@ server.port=8081 -logging.level.root=INFO \ No newline at end of file +logging.level.root=INFO + +server.error.include-message=always \ No newline at end of file