Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
Fix info of how to run generated Java DSL template
Browse files Browse the repository at this point in the history
  • Loading branch information
djelinek authored and bfitzpat committed Jan 30, 2019
1 parent 695934c commit 072dcef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 072dcef

Please sign in to comment.