Configuring a Quarkus Application
Learn how to configure your Quarkus application.
Introduction
Quarkus offers multiple ways to configure our application. The most common include:
- System properties
- Environment variables
- An
.env
file in the working directory - A Quarkus application file (
.properties
or.yaml
file)
Get hands-on with 1400+ tech skills courses.