Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

camel:doc

The camel:doc goal of the Camel Maven Plugin is used to generate Visualisation diagrams for your Enterprise Integration Patterns.
It works like camel:embedded, it will boot up your Spring configuration but it will only keep up for a few seconds. This will then generate a GraphViz DOT file in target/site/cameldoc.

...

Code Block
<configuration>
 <executable>DOT.EXE</executable>
</configuration>

Trying out camel:doc

A good example application to get you started is the Spring Example.

...