YAML Config Source#
This Config Source allows to use a yaml
file to load configuration values. The YAML Config Source loads the configuration from the following files:
- (
265
)application.yaml|yml
inconfig
folder, located in the current working directory - (
255
)application.yaml|yml
in the classpath - (
110
) MicroProfile Config configuration fileMETA-INF/microprofile-config.yaml|yml
in the classpath
The following dependency is required in the classpath to use the YAML Config Source: