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-spring-boot-examples.git
The following commit(s) were added to refs/heads/master by this push:
new 2616331 CAMEL-15926: spring boot now support route templates
2616331 is described below
commit 261633115f9e62033c1d8182066f20798dbc98d7
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Dec 8 10:37:14 2020 +0100
CAMEL-15926: spring boot now support route templates
---
README.adoc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.adoc b/README.adoc
index 0163813..82fc938 100644
--- a/README.adoc
+++ b/README.adoc
@@ -27,7 +27,7 @@ readme's instructions.
== Examples
// examples: START
-Number of Examples: 46 (0 deprecated)
+Number of Examples: 47 (0 deprecated)
[width="100%",cols="4,2,4",options="header"]
|===
@@ -51,6 +51,8 @@ Number of Examples: 46 (0 deprecated)
| link:camel-example-spring-boot-rest-swagger-simple/README.adoc[REST Swagger]
(camel-example-spring-boot-rest-swagger-simple) | Beginner | This example shows
how to call a Rest service defined using Swagger specification
+| link:camel-example-spring-boot-routetemplate/readme.adoc[Spring Boot
Routetemplate] (camel-example-spring-boot-routetemplate) | Beginner | How to
use route templates (parameterized routes)
+
| link:camel-example-spring-boot-splitter-eip/README.adoc[Spring Boot Splitter
Eip] (camel-example-spring-boot-splitter-eip) | Beginner | An example showing
Splitter EIP with Camel and Spring Boot
| link:camel-example-spring-boot-type-converter/README.adoc[Spring Boot Type
Converter] (camel-example-spring-boot-type-converter) | Beginner | An example
showing how to create custom type converter with Camel and Spring Boot