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

@ -1138,7 +1138,7 @@
}
}, {
"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\").",
"deprecation" : {
"replacement" : "server.servlet.session.tracking-modes",

@ -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",

Loading…
Cancel
Save