This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push: new fee838b Update readme.adoc fee838b is described below commit fee838b55bddcb5e046dac31458c6c4fca0aed53 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Aug 3 17:07:17 2021 +0200 Update readme.adoc --- routes-configuration/readme.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes-configuration/readme.adoc b/routes-configuration/readme.adoc index 9b84e52..f5f6c82 100644 --- a/routes-configuration/readme.adoc +++ b/routes-configuration/readme.adoc @@ -1,4 +1,4 @@ -== Camel Example Spring Boot Route Template +== Camel Example Spring Boot Route Configuration This example shows how Camel is capable of loading routes during startup using the new route loader system. The route loader has support for loading routes in XML, Java and YAML (other languages to be added).