/apache-camel-invoices

Sample Apache Camel application for invoices handling.

Primary LanguageJavaApache License 2.0Apache-2.0

apache-camel-invoices

Sample Apache Camel application for invoices handling.

Running the application (requires Java 7+ and Apache Maven 2+):

  • run mvn clean install from the command line and then execute main from com.vrtoonjava.invoices.InvoicesApplication
  • run directly from command line by executing mvn compile exec:java