From 072dcef9927abe90b420b89c2b790b16c59acc08 Mon Sep 17 00:00:00 2001 From: Dominik Jelinek Date: Wed, 30 Jan 2019 11:58:53 +0100 Subject: [PATCH] Fix info of how to run generated Java DSL template --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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