×

gateway

一篇就看懂:SpringCloud网关 - GateWay详解(spring cloud gateway 网关)

AP图网站美工游戏技术 AP图网站美工游戏技术 发表于2024-06-18 浏览8484 评论0
首先先贴上Spring Cloud Gateway官网地址Spring Cloud Gateway官网 网关 背景简介 Spring Cloud全家桶中一个重要的组件就是网关,一代网关Zuul迟迟不更新,Spring Cloud自己研发了一个网关(Spring Cloud GateWay)代替Zuul。 基本介绍 网关在微服务架构中的位置: 官网关于Gateway2.2.6版本具体文档:https://docs.spring.io/spring-cloud-gate

spring

WebFlux 详解(webflux详解)

Nick Nick 发表于2024-05-26 浏览28701 评论0
今天我们开始来学习下 WebFlux,为什么突然要学这个东西? 因为我之前是想学习 Spring Cloud Gateway 来着,然后发现它是基于 Spring5.0+SpringBoot2.0+WebFlux等技术开发的。所以学之前才要来简单了解下 WebFlux 技术。 然后要学习 WebFlux 时我发现又需要 Java 8 中的函数式编程、Stream 流等技术作为前置知识。环环相扣啊,套娃一样。 所以前面还有两篇学习的文章:来系统学习下 lambda 表达式吧和来一起学习下 J