标签: java spring spring-boot microservices
我想为我们在Spring Boot中开发的微服务构建API网关。 我们的微服务包括用户,事物,组,警报,通知等...这些服务部署在不同的服务器上。
我想为前端构建通用网关,该网关使用Spring Cloud API Gateway与这些服务进行交互。我没有找到任何简单的示例可以将我的请求路由到任何微服务并获得Json响应。请给我一个同样的例子。
Spring Cloud API Gateway