An open API service indexing awesome lists of open source software.

https://github.com/tadayosi/quarkus-hello

Simple Quarkus application that demonstrates Camel extensions
https://github.com/tadayosi/quarkus-hello

apache-camel quarkus sample

Last synced: 11 months ago
JSON representation

Simple Quarkus application that demonstrates Camel extensions

Awesome Lists containing this project

README

          

# Quarkus + Camel Sample Project

This is a simple [Quarkus](https://quarkus.io) application that demonstrates [Camel extensions](https://quarkus.io/extensions/#integration).

## Develop & run

$ mvn compile quarkus:dev

## Native build & run

$ mvn package -Pnative
$ ./target/quarkus-hello-1.0-SNAPSHOT-runner