Skip to content

Commit

Permalink
Added property to prettify JSON response from server
Browse files Browse the repository at this point in the history
  • Loading branch information
dz-adman authored Nov 23, 2019
1 parent 2245e8e commit 133ecd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DZAPI/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@

#Server load settings
server.tomcat.max-connections=10000
server.tomcat.max-threads=200
server.tomcat.max-threads=200

#To prettify JSON Response by server
spring.jackson.serialization.indent_output=true

0 comments on commit 133ecd6

Please sign in to comment.