From 133ecd654306f37e3b31eb68cead4b7ee5efe9c1 Mon Sep 17 00:00:00 2001 From: Arun Kumar <36183057+dz-adman@users.noreply.github.com> Date: Sun, 24 Nov 2019 01:28:14 +0530 Subject: [PATCH] Added property to prettify JSON response from server --- DZAPI/src/main/resources/application.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DZAPI/src/main/resources/application.properties b/DZAPI/src/main/resources/application.properties index 738524e..bdb5061 100644 --- a/DZAPI/src/main/resources/application.properties +++ b/DZAPI/src/main/resources/application.properties @@ -27,4 +27,7 @@ #Server load settings server.tomcat.max-connections=10000 - server.tomcat.max-threads=200 \ No newline at end of file + server.tomcat.max-threads=200 + +#To prettify JSON Response by server + spring.jackson.serialization.indent_output=true