-
Hi, how can I add custom resources like Velocity templates to the exported app? Greets |
Beta Was this translation helpful? Give feedback.
Answered by
davsclaus
Apr 18, 2023
Replies: 1 comment 4 replies
-
I believe it is https://camel.apache.org/manual/camel-jbang.html#_configuring_exporting |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes because when you export, you leave jbang and you use quarkus standard, if you want to run, then use
mvn quarkus:dev
.jbang is not for running standard quarkus projects where the source code is structured in maven (or gradle).