【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子项目

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

相关内容

热门资讯

今日公布“潮汕激k脚本”其实存... 今日公布“潮汕激k脚本”其实存在有挂(辅助挂)详细辅助透明教程;1、任何ai辅助神器的玩家都可以机会...
揭秘真相“土豪联盟辅助器”原来... 揭秘真相“土豪联盟辅助器”原来存在有挂(辅助挂)详细辅助安装教程1、每一步都需要思考,不同水平的挑战...
实测交流“微信小程序多乐跑作弊... 实测交流“微信小程序多乐跑作弊”竟然是真的有挂(辅助挂)详细辅助靠谱教程一、AI软件牌型概率发牌机制...
玩家亲测“科乐天天踢填大坑辅助... 玩家亲测“科乐天天踢填大坑辅助”其实是真的有挂(辅助挂)详细辅助解密教程;所有人都在同一条线上,像星...
专业讨论“阿当比鸡有透视吗”真... 专业讨论“阿当比鸡有透视吗”真是存在有挂(辅助挂)详细辅助我来教教你1)辅助挂:进一步探索辅助透视大...
今日重大通报“赣牌圈小程序破解... 今日重大通报“赣牌圈小程序破解版”都是是有挂(辅助挂)详细辅助2025新版总结;1、操作简单,无需注...
发现一款“土豪联盟辅助”都是是... 发现一款“土豪联盟辅助”都是是有挂(辅助挂)详细辅助解密教程一、AI软件牌型概率发牌机制”必胜“技巧...
实测揭晓“潮汕馆透视牌”果然真... 实测揭晓“潮汕馆透视牌”果然真的有挂(辅助挂)详细辅助AI教程在进入辅助挂后,参与本局比赛的八名玩家...
每日必看推荐“八仙竞技辅助”其... 每日必看推荐“八仙竞技辅助”其实有挂(辅助挂)详细辅助专业教程1、下载好辅助软件之后点击打开,先需要...
我来向大家传授“邳州友友辅助软... 我来向大家传授“邳州友友辅助软件”都是真的是有挂(辅助挂)详细辅助新2025版一、软件透明挂的定义与...