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].
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/.
The application can be packaged using:
mvn package
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