• Andy Wilkinson's avatar
    Introduce management base-path property for servlet and reactive actuator · 10f887a5
    Andy Wilkinson authored
    Previously, the base path of a servlet-based management server could be
    configured using management.server.servlet.context-path but there was no
    equivalent property for WebFlux.
    
    This commit introduces a new property, management.server.base-path,
    that can be used with both servlet and reactive management servers. The
    existing servlet-specific property has been deprecated in favour of the
    new general property. When using the servlet stack, if both the general
    property and the servlet-specific property are set, the new general
    property takes precedence. When using the reactive stack, only the new
    general property is considered.
    
    Closes gh-22906
    10f887a5
Name
Last commit
Last update
.github Loading commit data...
buildSrc Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
gradle/wrapper Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...