|
|
|
@ -218,13 +218,13 @@
|
|
|
|
|
"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"
|
|
|
|
|
"sourceType": "org.springframework.boot.context.ApplicationPidFileWriter"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.pid.fail-on-write-error",
|
|
|
|
|
"type": "java.lang.Boolean",
|
|
|
|
|
"description": "Fails if ApplicationPidFileWriter is used but it cannot write the PID file.",
|
|
|
|
|
"sourceType": "org.springframework.boot.system.ApplicationPidFileWriter"
|
|
|
|
|
"sourceType": "org.springframework.boot.context.ApplicationPidFileWriter"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "spring.profiles.active",
|
|
|
|
|