devonfw / devon4j

devonfw Java stack - create enterprise-grade business apps in Java safe and fast
Apache License 2.0
82 stars 88 forks source link

Create a proper maven archetype for Quarkus+Devon #492

Open matus-m opened 2 years ago

matus-m commented 2 years ago

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:

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

matus-m commented 2 years ago

The first and easiest archetype to start with could be a simple imperative CRUD backend with REST API, with suggested extension list: