loadAll
Loads application configurations from the specified configuration paths.
If no paths are provided, a default configuration is loaded. If a single path is provided, the configuration from the given path is loaded. If multiple paths are provided, the configurations are merged in sequence.
Return
An ApplicationConfig instance representing the loaded configuration(s).
Parameters
configPaths
A variable number of configuration file paths to load.