To indent the json output in spring boot actuator health or info pages add the below property to application.properties
spring.jackson.serialization.INDENT_OUTPUT = true
To indent the json output in spring boot actuator health or info pages add the below property to application.properties
spring.jackson.serialization.INDENT_OUTPUT = true