要在 Camel 路由中使用 MIME-Multipart,您需要添加对实现此数据格式的 camel-mail 的依赖关系。
如果使用 Maven,您只需在 pom.xml 中添加以下内容:
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-mail</artifactId>
<version>x.x.x</version> <!-- use the same version as your Camel core version -->
</dependency>