SpringCloud网关服务

为什么需要网关

官网:
https://cloud.spring.io/spring-cloud-static/spring-cloud-gateway/2.1.3.RELEASE/single/spring-cloud-gateway.html
SpringCloud网关服务_第1张图片

使用

  1. 导入依赖
<dependency>
       <groupId>org.springframework.cloud</groupId>
       <artifactId>spring-cloud-starter-gateway</artifactId>
       <version>2.1.0.RELEASE</version>
</dependency>

SpringCloud网关服务_第2张图片
SpringCloud网关服务_第3张图片

你可能感兴趣的:(谷粒商城,spring,cloud,spring,后端)