Challenge: Quarkus Basics
Explore how to build a simple Quarkus application by creating a greeting REST endpoint that logs debug messages, uses custom configuration, and includes tests. This lesson helps you practice core Quarkus concepts like dependency injection, configuration, and testing in a hands-on challenge.
We'll cover the following...
We'll cover the following...
Problem statement
For this challenge, we want to create a greeting endpoint ...