In this tutorial we will learn how to monitor Quarkus MicroProfile metrics using Prometheus open source monitoring solution.
Zero Config Database configuration with Quarkus (DevServices)
Quarkus 1.13 ships with a new feature called “DevServices” which allows testing or running in dev mode Quarkus without an actual database configuration. Basically, all you need to do is including the extension in your pom.xml file and Quarkus will set up the playground for you. No need to start or configure a database! Let’s … Read more
