mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Fix meta-data
Closes gh-3922
This commit is contained in:
+4
-2
@@ -87,14 +87,14 @@
|
||||
{
|
||||
"name": "spring.config.name",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
|
||||
"sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor",
|
||||
"description": "Config file name.",
|
||||
"defaultValue": "application"
|
||||
},
|
||||
{
|
||||
"name": "spring.config.location",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
|
||||
"sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor",
|
||||
"description": "Config file locations."
|
||||
},
|
||||
{
|
||||
@@ -125,11 +125,13 @@
|
||||
{
|
||||
"name": "spring.profiles.active",
|
||||
"type": "java.lang.String",
|
||||
"sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor",
|
||||
"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",
|
||||
"description": "Unconditionally activate the specified comma separated profiles."
|
||||
}
|
||||
],"hints": [
|
||||
|
||||
Reference in New Issue
Block a user