api-gateway-netflix-zuul
DerekYRC 2 years ago
parent ee2b555c76
commit c8fc5e389c

@ -2,4 +2,8 @@ server:
port: 8888
zuul:
servlet-path: /*
servlet-path: /*
routes:
route_provider_application:
path: /provider-application/**
service-id: provider-application

@ -54,4 +54,4 @@ public class ZuulProperties {
this.serviceId = serviceId;
}
}
}
}
Loading…
Cancel
Save