Repository: camel
Updated Branches:
  refs/heads/master 18a169c65 -> 4ad8bcfde


CAMEL-9650: camel-spring-javaconfig polished example and make it more like 
spring-boot


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

Branch: refs/heads/master
Commit: 4ad8bcfde6ba931e526cd8680e211a397c6c71e7
Parents: 18a169c
Author: Claus Ibsen <davscl...@apache.org>
Authored: Sat Apr 9 10:46:42 2016 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sat Apr 9 10:46:42 2016 +0200

----------------------------------------------------------------------
 examples/camel-example-spring-javaconfig/README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4ad8bcfd/examples/camel-example-spring-javaconfig/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-javaconfig/README.md 
b/examples/camel-example-spring-javaconfig/README.md
index 3190426..eec374f 100644
--- a/examples/camel-example-spring-javaconfig/README.md
+++ b/examples/camel-example-spring-javaconfig/README.md
@@ -16,15 +16,14 @@ You will need to compile this example first:
 ### Run
 To run the example type
 
-       mvn camel:run
+       mvn exec:java
 
 To stop the example hit <kbd>ctrl</kbd>+<kbd>c</kbd>
 
 
 ### Configuration
 You can see the routing rules by looking at the java code in the
-`src/main/java directory` and the Spring XML configuration lives in
-`src/main/resources/META-INF/spring`
+`src/main/java directory`
 
 ### Documentation
 This example is documented at 
<http://camel.apache.org/spring-java-config-example.html>

Reply via email to