I have this dependency in my pom

                <dependency>
                        <groupId>org.apache.camel</groupId>
                        <artifactId>camel-spring-boot-starter</artifactId>
                        <version>2.18.3</version>
                </dependency>

but when I tried to list all spring components, there is no CamelContext
-component !?

I use 

@SpringBootApplication
public class CamelSpringbootDemoApplication {
...

and that includes autoConfig.






--
View this message in context: 
http://camel.465427.n5.nabble.com/testing-routes-when-using-spring-boot-tp5795812p5795816.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to