mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Merge branch '1.5.x'
This commit is contained in:
+2
-2
@@ -180,13 +180,13 @@
|
||||
},
|
||||
{
|
||||
"name": "spring.profiles.active",
|
||||
"type": "java.lang.String",
|
||||
"type": "java.util.List<java.lang.String>",
|
||||
"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",
|
||||
"type": "java.util.List<java.lang.String>",
|
||||
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
|
||||
"description": "Unconditionally activate the specified comma separated profiles."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user