A Kubernetes Native Java stack tailored for GraalVM & OpenJDK HotSpot, crafted from the best of breed Java libraries and standards
I have launched my application using the Quarkus dev mode (mvn quarkus:dev) and I would like to be able …
quarkusFirst of all, I have a multi-module maven hierarchy like that: ├── project (parent pom.xml) │ ├── service │ ├── api-library So now to …
java multi-module quarkus