Polish doc

`ConfigFileEnvironmentPostProcessor` was renamed to
`ConfigFileApplicationListener`.

See gh-4258
This commit is contained in:
Stephane Nicoll
2015-10-28 20:07:45 +01:00
parent 833aac2b26
commit 6491eafc4a
3 changed files with 6 additions and 6 deletions

View File

@@ -99,14 +99,14 @@
{
"name": "spring.config.name",
"type": "java.lang.String",
"sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor",
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"description": "Config file name.",
"defaultValue": "application"
},
{
"name": "spring.config.location",
"type": "java.lang.String",
"sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor",
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"description": "Config file locations."
},
{
@@ -145,13 +145,13 @@
{
"name": "spring.profiles.active",
"type": "java.lang.String",
"sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor",
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"description": "Comma-separated list of active profiles. Can be overridden by a command line switch."
},
{
"name": "spring.profiles.include",
"type": "java.lang.String",
"sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor",
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"description": "Unconditionally activate the specified comma separated profiles."
}
],"hints": [