This quickstart run Apache Camel in a standalone Java Spring Boot container. It is based on Fuse 6.2 hence Camel 2.15.1 and corresponding Spring version.
mvn clean install -s configuration/settings.xml
target/hawt-app/bin/run.sh
mvn clean install -s configuration/settings.xml -Pspring-boot-maven-plugin
mvn spring-boot:run -s configuration/settings.xml -Pspring-boot-maven-plugin
The example can be built and deployed using a single goal:
mvn -Pf8-deploy
The example can also be built and run using the included S2I template quickstart-template.json.
oc new-app -f quickstart-template.json