You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/08/28 07:11:35 UTC

[camel] branch master updated: CAMEL-12546: Polished

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 47447cb  CAMEL-12546: Polished
47447cb is described below

commit 47447cbaecb716b9184eb07c137f87e80538f6cc
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Aug 28 09:10:58 2018 +0200

    CAMEL-12546: Polished
---
 .../src/main/resources/application.properties                         | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/examples/camel-example-spring-boot-rest-swagger/src/main/resources/application.properties b/examples/camel-example-spring-boot-rest-swagger/src/main/resources/application.properties
index 94a06c8..cfab0c7 100644
--- a/examples/camel-example-spring-boot-rest-swagger/src/main/resources/application.properties
+++ b/examples/camel-example-spring-boot-rest-swagger/src/main/resources/application.properties
@@ -25,8 +25,10 @@ camel.component.servlet.mapping.context-path=/api/*
 # rest DSL configuration
 #camel.rest.component=servlet
 #camel.rest.binding-mode=json
-#camel.rest.data-format-property.pretty-print=true
+#camel.rest.data-format-property[prettyPrint]=true
 #camel.rest.enable-cors=true
+#camel.rest.port=${server.port:8080}
+#camel.rest.context-path=/api
 
 # rest DSL api-doc configuration
 #camel.rest.api-context-path=/api-doc