Commit e9bf3cc7 by Johannes Edmeier

Remove activiti endpoint from the default proxified endpoints

Remove the activiti endpoint from the default set of proxified endpoints. This aligns with the non present defaults for hystrix.
parent 6fd80072
......@@ -53,7 +53,7 @@ public class ApplicationRouteLocator implements RefreshableRouteLocator {
* Endpoints to be proxified by spring boot admin.
*/
private String[] endpoints = { "env", "metrics", "trace", "dump", "jolokia", "info", "trace",
"activiti", "logfile", "refresh", "flyway", "liquibase", "heapdump" };
"logfile", "refresh", "flyway", "liquibase", "heapdump" };
public ApplicationRouteLocator(String servletPath, ApplicationRegistry registry,
String prefix) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment