You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/17 20:23:34 UTC

[camel-spring-boot-examples] 04/04: Readme updated

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git

commit 92c49e1794e856d03dadf7444453359df7373ab3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 21:23:13 2021 +0100

    Readme updated
---
 README.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index c015cba..cf1bafc 100644
--- a/README.adoc
+++ b/README.adoc
@@ -27,7 +27,7 @@ readme's instructions.
 === Examples
 
 // examples: START
-Number of Examples: 52 (0 deprecated)
+Number of Examples: 53 (0 deprecated)
 
 [width="100%",cols="4,2,4",options="header"]
 |===
@@ -47,6 +47,8 @@ Number of Examples: 52 (0 deprecated)
 
 | link:pojo/README.adoc[Pojo] (pojo) | Beginner | An example showing how to work with Camel POJO routing with Spring Boot
 
+| link:quartz/README.adoc[Quartz] (quartz) | Beginner | An example showing how to work with Camel Quartz and Camel Log with Spring Boot
+
 | link:rest-openapi-simple/README.adoc[REST OpenApi] (rest-openapi-simple) | Beginner | This example shows how to call a Rest service defined using OpenApi specification
 
 | link:rest-swagger-simple/README.adoc[REST Swagger] (rest-swagger-simple) | Beginner | This example shows how to call a Rest service defined using Swagger specification