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