Skip to content

savoirtech/kick-start-camel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Part one of the camel development series.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages