https://quarkus.io/guides/config-reference
https://quarkus.io/guides/config-yaml
https://quarkus.io/guides/config-reference#property-expressions
https://quarkus.io/guides/config-reference#secret-keys-expressions
- System properties via -D flag
- Environment variables via export
- Application configuration file
- Vault https://github.com/quarkiverse/quarkus-vault
- Consul https://github.com/quarkiverse/quarkus-config-extensions
%dev.quarkus
%test.quarkus
%uat.quarkus
%staging.quarkus
%prod.quarkus
Profile aware files
- application.yaml
- application-dev.yaml
- application-test.yaml
- application-staging.yaml
- application-prod.yaml
Parent Profile
- application-common.yaml
Environment Vars
application.host=${ENV_HOST:${remote.host}}
https://quarkus.io/guides/hibernate-orm
https://quarkus.io/guides/hibernate-orm#hibernate-configuration-properties
https://quarkus.io/guides/datasource
https://quarkus.io/guides/hibernate-orm-panache
https://quarkus.io/guides/config-yaml
https://quarkus.io/guides/logging
https://quarkus.io/guides/logging#loggingConfigurationReference
https://quarkus.io/guides/openapi-swaggerui
https://quarkus.io/guides/hibernate-orm-panache#transactions
RFC7807 Problem schema
https://quarkus.io/guides/messaging
https://quarkus.io/guides/kafka-getting-started
https://quarkus.io/guides/kafka
https://quarkus.io/guides/kafka#incoming-channel-configuration-polling-from-kafka
https://quarkus.io/guides/opentelemetry
https://quarkus.io/guides/opentelemetry-tracing
https://quarkus.io/guides/telemetry-micrometer
https://quarkus.io/guides/telemetry-micrometer#create-your-own-metrics
https://quarkus.io/guides/smallrye-health
https://quarkus.io/guides/cache-redis-reference
https://quarkus.io/guides/cache
https://quarkus.io/guides/redis-reference
https://quarkus.io/guides/redis-reference#use-the-vert-x-redis-client
https://quarkus.io/guides/redis-reference#default-and-named-clients
https://quarkus.io/guides/security-overview
https://quarkus.io/guides/security-authentication-mechanisms
https://quarkus.io/guides/security-authentication-mechanisms#mutual-tls
https://quarkus.io/guides/security-jwt
https://quarkus.io/guides/images/security-architecture-overview.png
https://www.baeldung.com/rest-assured-header-cookie-parameter
https://quarkus.io/guides/reactive-event-bus
https://quarkus.io/guides/scheduler https://quarkus.io/guides/quartz
https://quarkus.io/blog/using-lra/
ManagedExecutor managedExecutor;
https://quarkus.io/guides/context-propagation
https://quarkus.io/guides/quarkus-reactive-architecture#unification-of-imperative-and-reactive