Registry / web-framework / camel-spring-boot-starter

camel-spring-boot-starter

JSON →
library2.25.4javamavenunverified

Spring-Boot Starter for Apache Camel, enabling Camel integration in Spring Boot applications.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-spring-boot-starter</artifactId> <version>2.25.4</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-SPRING-BOOT-
C
camel-spring-boot-starter
web-frameworkjavav2.25.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CamelAutoConfiguration
org.apache.camel.spring.boot.CamelAutoConfiguration

Starts a Spring Boot application with Camel auto-configuration.

import org.apache.camel.spring.boot.CamelAutoConfiguration; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class Application { public static void main(String[] args) { SpringApplication.run(Application.class, args); } }
Debug
Known issues
gotchaVersion 2.25.4 is outdated; consider upgrading to Camel 3.x or 4.x.
fix
Update to latest Camel version for bug fixes and new features.
affects: <=2.25.4
Upgrade
Version history
2.25.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
OpenAI (training)
1
Resources
camel-spring-boot-starter — mvn dependency:get camel-spring-boot-starter · libregistry