The MicroProfile OpenAPI specification makes use of the MicroProfile configuration specification to configure its parameters and values. For example, for injecting configuration values, MicroProfile OpenAPI can use the default and custom ConfigSources.
For more information on ConfigSources, you can visit https://github.com/eclipse/microprofile-config/blob/master/spec/src/main/asciidoc/configsources.asciidoc.
There are many configurable items. The following table contains a subset of them:
Configuration item |
Description |
---|---|
mp.openapi.scan.di sable |
Configuration property to disable annotation scanning. The default value is false. |
mp.openapi.servers |
Configuration property to specify the list of global servers that ... |