使用Spring Boot Maven 插件 B.2.1. 为 Spring Boot 2 使用 Spring Boot Maven 插件 PDF Apache Camel 提供了一个初学者模块,可让您快速开始开发 Spring Boot 应用程序。 流程 将以下依赖项添加到 Spring Boot pom.xml 文件中: <dependency><groupId>org.apache.camel</groupId><artifactId>...
I am using Camel with Springboot starter. My Pom looks like this - <dependencyManagement> <dependencies> <!-- Camel BOM --> <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-dependencies</artifactId> <version>${camel.version}</version> <type>pom...
camel-spring-boot-starter mavencamel-spring-boot jar comes with the spring.factories file, so as soon as you add that dependency into your classpath, Spring Boot will automatically auto-configure Camel for you. Camel Spring Boot Starter Since Camel 2.17 Apache Camel ships a Spring Boot Starter...