diff --git a/README.md b/README.md index 93d1857..249c021 100644 --- a/README.md +++ b/README.md @@ -197,12 +197,18 @@ Then, in the main generator-camel-project directory: ## Running the Generated Templates -Generated templates for spring, blueprint, and Java DSLs can be run with: +Generated templates for spring and blueprint DSLs can be run with: ``` > mvn install > mvn camel:run ``` +Generated templates for Java DSL can be run with: +``` +> mvn install +> mvn exec:java +``` + Generated templates for spring-boot can be run with: ``` > mvn install