You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/09/18 15:53:42 UTC

[camel-spring-boot-examples] 19/40: Merge pull request #1 from zbendhiba/arangodb-example

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

commit 3e90cfeb7cf5674cdaddd64c44895d490e5f3118
Merge: 0257fd6 a7ba33b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Aug 5 12:38:44 2020 +0200

    Merge pull request #1 from zbendhiba/arangodb-example
    
    camel-arangodb-starter example

 README.adoc                                        |  4 +-
 camel-example-spring-boot-arangodb/pom.xml         | 88 ++++++++++++++++++++++
 camel-example-spring-boot-arangodb/src/README.adoc | 50 ++++++++++++
 .../example/springboot/arangodb/Application.java   | 34 +++++++++
 .../example/springboot/arangodb/CamelRoute.java    | 37 +++++++++
 .../example/springboot/arangodb/MyBeanService.java | 39 ++++++++++
 .../src/main/resources/application.properties      | 23 ++++++
 pom.xml                                            |  1 +
 8 files changed, 275 insertions(+), 1 deletion(-)