-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
Description
At the moment, the guide only links to code.quarkus.io website with some preselected packages as suggestion for creating new project.
We should create a proper maven archetype that:
- creates a project with recommended extensions(e.g. imperative REST + JPA)
- follows naming and package conventions of devon
- has relevant sample code and config
- maybe also contains k8s/helm
Ideally, we would have multiple variants of the archetype, matching the common scenarios e.g. imperative CRUD app, reactive messaging, reactive CRUD.... but that can be extended in the future