Copy [
{
"predicate": "Paths: [/license-service/**], match trailing slash: true",
"metadata": {
"management.port": "8080"
},
"route_id": "ReactiveCompositeDiscoveryClient_LICENSE-SERVICE",
"filters": [
"[[RewritePath /license-service/?(?<remaining>.*) = '/${remaining}'], order = 1]"
],
"uri": "lb://LICENSE-SERVICE",
"order": 0
},
{
"predicate": "Paths: [/gateway-server/**], match trailing slash: true",
"metadata": {
"management.port": "8072"
},
"route_id": "ReactiveCompositeDiscoveryClient_GATEWAY-SERVER",
"filters": [
"[[RewritePath /gateway-server/?(?<remaining>.*) = '/${remaining}'], order = 1]"
],
"uri": "lb://GATEWAY-SERVER",
"order": 0
},
{
"predicate": "Paths: [/organization-service/**], match trailing slash: true",
"metadata": {
"management.port": "8081"
},
"route_id": "ReactiveCompositeDiscoveryClient_ORGANIZATION-SERVICE",
"filters": [
"[[RewritePath /organization-service/?(?<remaining>.*) = '/${remaining}'], order = 1]"
],
"uri": "lb://ORGANIZATION-SERVICE",
"order": 0
}
]