This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit 60d899fdd137df22a858445f18d002aa220224ef Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 22 18:21:32 2020 +0200 Regen README --- README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index b40c99b..1a01275 100644 --- a/README.adoc +++ b/README.adoc @@ -11,7 +11,7 @@ View the individual example READMEs for details. == Examples // examples: START -Number of Examples: 42 (0 deprecated) +Number of Examples: 43 (0 deprecated) [width="100%",cols="4,2,4",options="header"] |=== @@ -53,6 +53,8 @@ Number of Examples: 42 (0 deprecated) | link:camel-example-spring-boot-arangodb/README.adoc[Spring Boot Arangodb] (camel-example-spring-boot-arangodb) | Database | An example showing the Camel ArangoDb component with Spring Boot +| link:camel-example-spring-boot-aws2-s3/README.adoc[Spring Boot Aws2 S3] (camel-example-spring-boot-aws2-s3) | Database | An example showing the Camel AWS2 S3 component with Spring Boot + | link:camel-example-spring-boot-rest-jpa/README.adoc[Spring Boot REST JPA] (camel-example-spring-boot-rest-jpa) | Database | An example demonstrating how to use Camel REST DSL with JPA to expose a RESTful API that performs CRUD operations on a database