From b641a0d2a53d2675b17a47db794733f7482ab6fa Mon Sep 17 00:00:00 2001 From: Christian Dupuis Date: Fri, 31 Jan 2014 12:15:54 +0100 Subject: [PATCH] Enable json pretty print in actuator sample --- .../src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties b/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties index a6ea2329da..f4f859e7c4 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties +++ b/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties @@ -7,6 +7,7 @@ server.tomcat.basedir: target/tomcat server.tomcat.access_log_pattern: %h %t "%r" %s %b security.require_ssl: false service.name: Phil +http.mappers.json_pretty_print: true shell.ssh.enabled: true shell.ssh.port: 2222 #shell.telnet.enabled: false