I have a Springboot application, where I have some Camel routes configured. public class CamelConfig { private static final Logger LOG = …
spring-boot apache-camel camel-testI need to test Camel routes in a Spring Boot Application. I've the Spring boot main class with all the …
spring-boot apache-camel junit5 camel-test