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