You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/12/21 16:03:02 UTC

[2/2] camel git commit: Update README.md

Update README.md

The client is a spring-boot app, therefore camel:run doesn't work

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/053c3443
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/053c3443
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/053c3443

Branch: refs/heads/camel-2.18.x
Commit: 053c344329de072b8d8b27877bbc1d4a4c9fef3b
Parents: cc08466
Author: Simon Green <si...@redhat.com>
Authored: Wed Dec 21 10:20:10 2016 -0500
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Dec 21 17:02:53 2016 +0100

----------------------------------------------------------------------
 examples/camel-example-hystrix/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/053c3443/examples/camel-example-hystrix/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-hystrix/README.md b/examples/camel-example-hystrix/README.md
index e85dcce..99846bd 100644
--- a/examples/camel-example-hystrix/README.md
+++ b/examples/camel-example-hystrix/README.md
@@ -46,7 +46,7 @@ And then start the client that calls service1 every second.
 
 ```sh
 $ cd client
-$ mvn compile camel:run
+$ mvn compile spring-boot:run
 ```
 
 You can then stop service1 and see that the client should fallback to call service2 in the Hystrix EIP circuit breaker.