Configuring a Quarkus Application

In this blog post, I'll show you how to configure a Quarkus application using the specific application.properties file as well as the Microprofile Config API. To break it into more details you will learn:

  • How to configure a Quarkus application and have separate values for development and test.
  • How to use Microprofile Config to inject values.
  • How to configure logging.
  • How to pass system properties.

In this example we have one REST Endpoint that uses a repository to persist and retrieve books from a database: