Best practice for company wide Quarkus defaults #28739
-
At my company, we are adopting Quarkus for (nearly) all our services. I want to set some nice defaults like parent-pom, maven config, build plans etc. that are mandatory for all developers -- yet I like the great dev experience of code.quarkus.io For Spring Boot I can host my own company Spring Initializer. Is there something similar available for Quarkus? Or is a Maven archetype the best solution? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can host your own code.quarkus if you wish. Also possible to tweak standards by having your own quarkus platform. Wether that is enough for your usecase I'm not sure. Might need some options for better override ability. |
Beta Was this translation helpful? Give feedback.
You can host your own code.quarkus if you wish.
Also possible to tweak standards by having your own quarkus platform.
Wether that is enough for your usecase I'm not sure. Might need some options for better override ability.