Ao executar o código do Desafio: Integração com Spring Boot obtive o erro abaixo:
Field context in br.com.caelum.camel.Boot required a bean of type 'org.apache.camel.CamelContext' that could not be found.
The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'org.apache.camel.CamelContext' in your configuration.