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 70c7368eec32be0108ef0181b1682d0a6b40c08d Author: Zineb Bendhiba <bendhiba.zi...@gmail.com> AuthorDate: Fri Aug 21 16:58:24 2020 +0200 arangodb example : update spring-boot example du to update in component --- .../src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camel-example-spring-boot-arangodb/src/main/resources/application.properties b/camel-example-spring-boot-arangodb/src/main/resources/application.properties index e5f5df2..3b042fe 100644 --- a/camel-example-spring-boot-arangodb/src/main/resources/application.properties +++ b/camel-example-spring-boot-arangodb/src/main/resources/application.properties @@ -16,7 +16,7 @@ ## --------------------------------------------------------------------------- camel.springboot.name=ArangoDB camel.springboot.main-run-controller=true -camel.component.arangodb.collection=foo +camel.component.arangodb.documentCollection=foo camel.component.arangodb.user=root camel.component.arangodb.password=openSesame