【Spring全家桶系列之核心篇 | Spring Cloud】 - 第七章 掌握Gateway核心技术,实现高效路由与转发
创始人
2024-12-26 22:03:50
0

目录

  • 前言
  • 示例
    • 创建一个服务提供者
    • 创建网关
  • 创建common子项目

前言

Spring Cloud Gateway 是一个基于 Spring Boot 的非阻塞 API 网关服务,它提供了动态路由、请求断言、过滤器等功能。

以下是关于 Spring Cloud Gateway 的示例:

示例

创建一个服务提供者

  1. 新建Module
    在这里插入图片描述在这里插入图片描述在这里插入图片描述dependency选择Spring Web及Eureka Discovery Client。
    在这里插入图片描述2. 打开pom.xml文件,修改如下:
    在这里插入图片描述3. 定义服务
    在src/main/java下面的com.cherry.provider 下创建新的包controller(也可以不创建新的包,在当前provider包下),并新建下面的类:
package com.cherry.provider1.controller;  import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController;  @RestController @RequestMapping("product") public class ProductController {     @RequestMapping("list")     public String list(){                  return "这是product列表";     } } 
  1. 在resource中的配置文件中加入配置
server.port=8009 spring.application.name=my_provider1 #注册中心的地址 eureka.client.service-url.defaultZone=http://localhost:8001/eureka/ 
  1. 修改启动类,如下:
package com.cherry.provider1;  import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.eureka.EnableEurekaClient;  @SpringBootApplication @EnableEurekaClient public class Provider1Application {     public static void main(String[] args) {                SpringApplication.run(Provider1Application.class, args);     } } 
  1. 打开注册中心
    在这里插入图片描述

创建网关

  1. 新建Module
    在这里插入图片描述在这里插入图片描述在这里插入图片描述2. 修改pom.xml文件
    在这里插入图片描述3. 修改配置文件application.properties,对网关进行配置
server.port=9001 spring.application.name=gateway spring.cloud.gateway.routes[0].id= gateway-service spring.cloud.gateway.routes[0].uri= http://localhost:8002 spring.cloud.gateway.routes[0].predicates[0]= Path=/building/welcome 
  1. 启动服务
    在这里插入图片描述

创建common子项目

在这里插入图片描述在这里插入图片描述

相关内容

热门资讯

突发!陕西扣点点脚本辅助器(辅... 您好,陕西扣点点脚本辅助器这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很...
黑科技辅助挂!佛手十三道作必弊... 黑科技辅助挂!佛手十三道作必弊码(辅助)其实存在有辅助攻略(真的有挂)1)佛手十三道作必弊码辅助插件...
技巧辅助挂!圣游辅助器(辅助)... 技巧辅助挂!圣游辅助器(辅助)原来真的是有辅助脚本(有挂方法)1、进入游戏-大厅左侧-新手福利-激活...
迎来新发展!川南小闲辅助器(辅... 迎来新发展!川南小闲辅助器(辅助)原来存在有辅助脚本(有挂功能)1)川南小闲辅助器辅助插件:进一步探...
此事备受玩家关注!衡阳丫丫辅助... 此事备受玩家关注!衡阳丫丫辅助(辅助)竟然确实有辅助插件(有挂头条)一、衡阳丫丫辅助可以开透视的定义...
在玩家背景下!微乐微信小程序辅... 在玩家背景下!微乐微信小程序辅助软件(辅助)果然存在有辅助教程(有挂教程)1、每一步都需要思考,不同...
2026版教程!丽水都莱破解器... 2026版教程!丽水都莱破解器是真的(辅助)一贯是有辅助攻略(有挂详细)1、丽水都莱破解器是真的有没...
2026版复盘!互游辅助脚本(... 2026版复盘!互游辅助脚本(辅助)一贯真的有辅助攻略(有挂技巧)1、互游辅助脚本辅助器安装包、互游...
有消息称!甘肃胡乐白银辅助(辅... 有消息称!甘肃胡乐白银辅助(辅助)一直确实有辅助神器(有挂方略)1)甘肃胡乐白银辅助免费钻石:进一步...
在玩家背景下!川南欢乐碰辅助(... 在玩家背景下!川南欢乐碰辅助(辅助)确实是真的有辅助脚本(有挂技术)川南欢乐碰辅助透视方法中分为三种...