Skip to content

Zuul Gateway Routes Account Service URLs

Piyush Chaudhari edited this page Aug 19, 2018 · 3 revisions

Go to zuul-gateway project and set application.properties as below:

zuul.routes.createAccount.stripPrefix=false
zuul.routes.createAccount.path=/registration/**
zuul.routes.createAccount.serviceId=account-create-service

In above properties serviceId you need to set as name of account-create-service project which will be configured on application.properties as spring.application.name = account-create-service

Clone this wiki locally