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
- Host: GitHub
- URL: https://github.com/tadayosi/quarkus-hello
- Owner: tadayosi
- Created: 2019-05-28T00:10:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T09:27:58.000Z (about 7 years ago)
- Last Synced: 2025-02-01T18:44:09.008Z (over 1 year ago)
- Topics: apache-camel, quarkus, sample
- Language: HTML
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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