Repository: camel Updated Branches: refs/heads/master e1ff9ae54 -> dd1f69450
Improved example docs. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/dd1f6945 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dd1f6945 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/dd1f6945 Branch: refs/heads/master Commit: dd1f6945084eeaa9edb6e23b0b7ba4ae9279defd Parents: e1ff9ae Author: Henryk Konsek <hekon...@gmail.com> Authored: Fri Apr 24 09:22:44 2015 +0200 Committer: Henryk Konsek <hekon...@gmail.com> Committed: Fri Apr 24 09:22:44 2015 +0200 ---------------------------------------------------------------------- examples/camel-example-spring-boot/README.txt | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/dd1f6945/examples/camel-example-spring-boot/README.txt ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot/README.txt b/examples/camel-example-spring-boot/README.txt index eab7655..53ed3d5 100644 --- a/examples/camel-example-spring-boot/README.txt +++ b/examples/camel-example-spring-boot/README.txt @@ -6,6 +6,10 @@ This example shows how to work with the simple Camel application based on the Sp The example generates messages using timer trigger, writes them to the standard output and the mock endpoint (for testing purposes). +This example exposes Jolokia API and Spring Boot actuators endpoints (like metrics) via the webmvc endpoint. We consider +this as the best practice - Spring Boot applications with these API exposed can be easily monitored and managed by the +3rd parties tools. + You will need to compile this example first: mvn install