第 64 章 jsonPath
Camel 支持 JSONPath 以允许 JSON 消息使用 Expression 或 Predicate。
64.1. 依赖项
当在 Red Hat build of Camel Spring Boot 中使用 jsonpath
时,请确保使用以下 Maven 依赖项来支持自动配置:
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-jsonpath-starter</artifactId> </dependency>