Update actuator paths

This commit is contained in:
Spencer Gibb
2018-01-12 11:38:01 -05:00
parent d634113acf
commit b980609531

View File

@@ -52,7 +52,7 @@ import reactor.core.publisher.Mono;
* @author Spencer Gibb
*/
@RestController
@RequestMapping("${management.context-path:/application}/gateway")
@RequestMapping("${management.endpoints.web.base-path:/actuator}/gateway")
public class GatewayWebfluxEndpoint implements ApplicationEventPublisherAware {
private static final Log log = LogFactory.getLog(GatewayWebfluxEndpoint.class);