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 7a9167e Polished 7a9167e is described below commit 7a9167ef85da9a95c52b2ab97086a15d29dff059 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Apr 9 10:29:13 2018 +0200 Polished --- components/camel-spring-boot/src/main/docs/spring-boot.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/camel-spring-boot/src/main/docs/spring-boot.adoc b/components/camel-spring-boot/src/main/docs/spring-boot.adoc index cd77c13..478f045 100644 --- a/components/camel-spring-boot/src/main/docs/spring-boot.adoc +++ b/components/camel-spring-boot/src/main/docs/spring-boot.adoc @@ -163,10 +163,10 @@ route.from = jms:invoices Or set via system property: -[source,xml] ------------------------------------------------------------ +[source,text] +---- java -Droute.to=jms:processed.invoices -jar mySpringApp.jar ------------------------------------------------------------ +---- ...can be used as placeholders in Camel route: @@ -288,7 +288,7 @@ public class InvoiceProcessor { ---- [[SpringBoot-SpringtypeconversionAPIbridge]] -====Spring type conversion API bridge +==== Spring type conversion API bridge Spring comes with the powerful http://docs.spring.io/spring/docs/current/spring-framework-reference/html/validation.html#core-convert[type @@ -365,7 +365,7 @@ directory camel, which camel-spring-boot will auto detect and include. From *Camel 2.17* onwards you can configure the directory name or turn this off using the configuration option -[source,java] +[source,text] ---- // turn off camel.springboot.xml-routes = false -- To stop receiving notification emails like this one, please contact davscl...@apache.org.