1.2.2. Spring Boot 自动配置
在 Spring Boot 中使用 spring-boot 时,请确保使用以下 Maven 依赖项支持自动配置:
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-starter</artifactId> <version>3.18.3.redhat-00025</version> <!-- use the same version as your Camel core version --> </dependency>