pull/12149/head
Stephane Nicoll 7 years ago
parent 8f699cd6f6
commit ce01a9145b

@ -1138,7 +1138,7 @@
} }
}, { }, {
"name" : "server.session.tracking-modes", "name" : "server.session.tracking-modes",
"type" : "java.util.Set<org.springframework.boot.autoconfigure.web.ServerProperties.Session.SessionTrackingMode>", "type" : "java.util.Set<org.springframework.boot.web.servlet.server.Session.SessionTrackingMode>",
"description" : "Session tracking modes (one or more of the following: \"cookie\", \"url\", \"ssl\").", "description" : "Session tracking modes (one or more of the following: \"cookie\", \"url\", \"ssl\").",
"deprecation" : { "deprecation" : {
"replacement" : "server.servlet.session.tracking-modes", "replacement" : "server.servlet.session.tracking-modes",

@ -218,13 +218,13 @@
"name": "spring.pid.file", "name": "spring.pid.file",
"type": "java.lang.String", "type": "java.lang.String",
"description": "Location of the PID file to write (if ApplicationPidFileWriter is used).", "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", "name": "spring.pid.fail-on-write-error",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
"description": "Fails if ApplicationPidFileWriter is used but it cannot write the PID file.", "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", "name": "spring.profiles.active",

Loading…
Cancel
Save