From 5168fcf93e1ed8d9707e9f324f3ef363e1befbd8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 4 Nov 2014 11:40:35 +0000 Subject: [PATCH] Enable JSON pretty printing in the Spring HATEOAS-based sample --- .../src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 rest-notes-spring-hateoas/src/main/resources/application.properties diff --git a/rest-notes-spring-hateoas/src/main/resources/application.properties b/rest-notes-spring-hateoas/src/main/resources/application.properties new file mode 100644 index 00000000..aa4637f1 --- /dev/null +++ b/rest-notes-spring-hateoas/src/main/resources/application.properties @@ -0,0 +1 @@ +http.mappers.json-pretty-print: true \ No newline at end of file