Category: Reference
-
Reference Guides
A collection of useful official reference guides that serves as bookmarks. Core Contexts and Dependency InjectionCross-Origin Resource Sharing (CORS)HTTP ReferenceLogging configurationMailer Reference GuideVert.x Reference Guide gRPC gRPC reference guidegRPC code generation reference guide
-
Configuration Reference
This article is a collection of configuration references. Quarkus Configuration See source for more: https://quarkus.io/guides/config-reference Datasource Configuration See source for more: https://quarkus.io/guides/datasource
-
Class Loading Reference
The Quarkus class loading architecture is slightly different depending on the mode that the application is run in. When running a production application using the fast-jar package type (which is the default), almost all dependencies are loaded via the io.quarkus.bootstrap.runner.RunnerClassLoader which indexes classes at build time, while a small set of dependencies is loaded from the system ClassLoader. When