第 227 章 MongoDB GridFS Component

作为 Camel 2.18 版提供

Maven 用户需要将以下依赖项添加到其 pom.xml 中:

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-mongodb-gridfs</artifactId>
    <version>x.y.z</version>
    <!-- use the same version as your Camel core version -->
</dependency>

227.1. URI 格式

mongodb-gridfs:connectionBean?database=databaseName&bucket=bucketName[&moreOptions...]