Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 535 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 535 Bytes

kick-start-camel

Part one of the camel development series.

JDK version

You need to be on Java 21 or newer.

Start Kafka

Using the docker compose yml file you can run kafka with the following command.

docker compose up

Run application

First build the application

mvn clean install

Then you can run the application from the command line at the root level of the project

mvn spring-boot:run -Dapp.profiles=default

There is already a file in the orders folder that will get processed.