Merge branch '1.4.x' into 1.5.x
This commit is contained in:
@@ -182,6 +182,18 @@
|
||||
"description": "Configure the ANSI output.",
|
||||
"defaultValue": "detect"
|
||||
},
|
||||
{
|
||||
"name": "spring.pid.file",
|
||||
"type": "java.lang.String",
|
||||
"description": "Location of the PID file to write (if ApplicationPidFileWriter is used).",
|
||||
"sourceType": "org.springframework.boot.system.ApplicationPidFileWriter"
|
||||
},
|
||||
{
|
||||
"name": "spring.pid.fail-on-write-error",
|
||||
"type": "java.lang.Boolean",
|
||||
"description": "Fail if ApplicationPidFileWriter is used but it cannot write the PID file.",
|
||||
"sourceType": "org.springframework.boot.system.ApplicationPidFileWriter"
|
||||
},
|
||||
{
|
||||
"name": "spring.profiles.active",
|
||||
"type": "java.util.List<java.lang.String>",
|
||||
|
||||
Reference in New Issue
Block a user