摘要: 1. 添加依赖 <!--gateway--> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-gateway</artifactId> </dependency> 2 阅读全文
posted @ 2021-11-14 21:34 Primary丶 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 概述 Cloud全家桶中有个很重要的组件就是网关,在1.x版本中都是采用的Zuul网关; 但在2.x版本中,zuul的升级一直跳票,SpringCloud最后自己研发了一个网关替代Zuul,那就是SpringCloud Gateway—句话:gateway是原zuul1.x版的替代 Gateway是 阅读全文
posted @ 2021-11-14 15:17 Primary丶 阅读(592) 评论(0) 推荐(0) 编辑