ApiGateway is not routing the api call

22 Views Asked by At

`My Apigateway application is not routing the api calls to the necessary apis. Below is the application.properties and pom.xml of the api gateway application

application.properties pom.xml

When I try to call the product api using ApiGateway's port, enter image description here

and in console only this weight attribute is showing up. enter image description here`

So in conclusion I'm not able to call the micrservice via apigateway **but it can be called by explicitly writing down the port number where the microservice is created**. Please help me in solving this issue. I'll add below the parent project's dependencies

parent application's pom.xml

0

There are 0 best solutions below