Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then these routes will be started automatically. To keep the main thread blocked so that Camel stays up, either include the spring-boot-starter-web dependency, or add camel.springboot.main-run-controller=true to your application.properties or application.yml file. 

You can further customize the Camel application in the application.properties or application.yml file with camel.springboot.* properties.

Auto-configured Camel context

...