blob: f3c3e6415e13575c496346d6c21d5a765558b56a [file] [log] [blame]
== Camel Supervising Route Controller Example Spring Boot
This example shows how to work with a simple Apache Camel application using Spring Boot and a Supervising Route Controller.
=== How to run
You can run this example using
mvn spring-boot:run
=== To get health check
To show a summary of spring boot health check
----
curl -XGET -s http://localhost:8080/actuator/health
----
And you can see some info details as well
----
curl -XGET -s http://localhost:8080/actuator/info
----
See the `application.properties` to control what information to present in actuator.
=== Help and contributions
If you hit any problem using Camel or have some feedback, then please
https://camel.apache.org/support.html[let us know].
We also love contributors, so
https://camel.apache.org/contributing.html[get involved] :-)
The Camel riders!