|
|
@ -1,7 +1,9 @@ |
|
|
# Camel Hello World |
|
|
# Camel Hello World |
|
|
|
|
|
|
|
|
## Goal |
|
|
## Goals |
|
|
|
|
|
|
|
|
|
|
|
- Discover how to bootstrap a Camel project |
|
|
|
|
|
- Verify that the [pre-requisites](../prerequisites/README.md) are met |
|
|
|
|
|
|
|
|
## How this project has been created |
|
|
## How this project has been created |
|
|
|
|
|
|
|
|
@ -35,7 +37,6 @@ Now, you should have a much smaller repository structure: |
|
|
``` |
|
|
``` |
|
|
$ find . -type f |
|
|
$ find . -type f |
|
|
pom.xml |
|
|
pom.xml |
|
|
src |
|
|
|
|
|
src/main/resources/log4j2.properties |
|
|
src/main/resources/log4j2.properties |
|
|
src/main/java/fr/itix/camel/hello_world_java/MainApp.java |
|
|
src/main/java/fr/itix/camel/hello_world_java/MainApp.java |
|
|
src/main/java/fr/itix/camel/hello_world_java/MyRouteBuilder.java |
|
|
src/main/java/fr/itix/camel/hello_world_java/MyRouteBuilder.java |
|
|
|