Package | Description |
---|---|
org.springframework.boot.config |
Modifier and Type | Method and Description |
---|---|
static YamlPropertySourceLoader |
YamlPropertySourceLoader.matchAllLoader()
A property source loader that loads all properties and matches all documents.
|
static YamlPropertySourceLoader |
YamlPropertySourceLoader.springProfileAwareLoader(String[] activeProfiles)
A property source loader that matches documents that have no explicit profile or
which have an explicit "spring.profiles.active" value in the current active
profiles.
|
Copyright © 2013. All rights reserved.