springboot系列学习笔记全部文章请移步值博主专栏**: spring boot 2.X/spring cloud Greenwich。
由于是一系列文章,所以后面的文章可能会使用到前面文章的项目。springboot系列代码全部上传至GitHub:https://github.com/liubenlong/springboot2_demo
本系列环境:Java11;springboot 2.1.1.RELEASE;springcloud Greenwich.RELEASE;MySQL 8.0.5;
文章目录
Spring Boot 2 WebFlux 简介
Spring WebFlux是随Spring 5推出的响应式Web框架。Spring Boot 2.X 提供了对 WebFlux的支持。
Spring WebFlux是基于响应式流的,