Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.16 KB

File metadata and controls

47 lines (30 loc) · 1.16 KB

Spring Boot Widget Gadget Example

Introduction

This example demonstrates the widget and gadget example from EIP book, running on Spring Boot.

The example with a similar setup (e.g. without rabbitmq) can be found in this illustration here:

DistributionAggregate

Configuration

Before the application can run, RabbitMQ must be started. You can use the Camel CLI to start a RabbitMQ broker:

$ camel infra run rabbitmq

Build

After that, you can build this example using:

$ cd spring-boot-widget-gadget
$ mvn package

Run

You can run this example with Maven using:

$ mvn spring-boot:run

Help and contributions

If you hit any problem using Camel or have some feedback, then please let us know.

We also love contributors, so get involved :-)

The Camel riders!