SpringBootHealthCheckEnricher uses servlet properties exclusively in order to generate probes ``` prefix = springBootProperties.getProperty(propertyHelper.getServerContextPathPropertyKey(), ""); prefix += springBootProperties.getProperty(propertyHelper.getServletPathPropertyKey(), ""); prefix += springBootProperties.getProperty(propertyHelper.getManagementContextPathPropertyKey(), ""); ``` When the service is reactive (webflux) the equivalent counterpart property is spring.webflux.base-path