Spring Boot + Cloud | Zuul Proxy | 404 Error
There is no mapping for "/list" on the resource server (so it's a 404). You either need to set stripPrefix=false on your route declaration, or change the request mapping on the backend to "/".
There is no mapping for "/list" on the resource server (so it's a 404). You either need to set stripPrefix=false on your route declaration, or change the request mapping on the backend to "/".