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 <claus.ib...@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(-)