Configuring a 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 1200+ tech skills courses.