|
|
|
@ -49,8 +49,10 @@ class ConfigDataLocationRuntimeHints implements RuntimeHintsRegistrar { |
|
|
|
logger.debug("Registering application configuration hints for " + fileNames + "(" + extensions + ") at " |
|
|
|
logger.debug("Registering application configuration hints for " + fileNames + "(" + extensions + ") at " |
|
|
|
+ locations); |
|
|
|
+ locations); |
|
|
|
} |
|
|
|
} |
|
|
|
new FilePatternResourceHintsRegistrar(fileNames, locations, extensions).registerHints(hints.resources(), |
|
|
|
FilePatternResourceHintsRegistrar.forClassPathLocations(locations) |
|
|
|
classLoader); |
|
|
|
.withFileExtensions(extensions) |
|
|
|
|
|
|
|
.withFilePrefixes(fileNames) |
|
|
|
|
|
|
|
.registerHints(hints.resources(), classLoader); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
|