/camel-workshop

Camel project from the Camel 101 workshop

Primary LanguageJavaApache License 2.0Apache-2.0

Red Hat Camel 3 Workshop application

This is a Red Hat Camel 3 project (with Quarkus framework) to use with Red Hat workshop.

All the labs instructions https://github.com/GuilhermeCamposo/workshop_camel-springboot/tree/main/walkthroughs[are here].

Running the application in dev mode

You can run your application in dev mode that enables live coding using:

mvn clean compile quarkus:dev

NOTE: Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.

Packaging and running the application

The application can be packaged using:

mvn package

Running the application in Openshift

You can run your application in dev mode that enables live coding using:

mvn clean package -DskipTests -Dopenshift

There is some properties related to Openshift deployment in the application-prod.properties file