SpringCloud网关服务
作者:小教学发布时间:2023-10-01分类:程序开发学习浏览:113
导读:为什么需要网关官网:https://cloud.spring.io/spring-cloud-static/spring-cloud-gateway/2.1.3.RELEAS...
为什么需要网关
官网:
https://cloud.spring.io/spring-cloud-static/spring-cloud-gateway/2.1.3.RELEASE/single/spring-cloud-gateway.html
使用
- 导入依赖
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-gateway</artifactId>
<version>2.1.0.RELEASE</version>
</dependency>
- 程序开发学习排行
- 最近发表