# spring-webflux **Repository Path**: framework-collection/spring-webflux ## Basic Information - **Project Name**: spring-webflux - **Description**: reactive - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/eric-tutorial/springboot-r2dbc - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2020-03-16 - **Last Updated**: 2024-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java ## README Spring WebFlux === [【腾讯文档】响应式编程](https://docs.qq.com/doc/DSHZZdWJ1QUt6S2ZB) **传统的关系型数据库是不支持响应式编程的!只能使用非关系型数据库** ## reactor 官网:https://projectreactor.io/ 1. [使用 Spring Webflux 进行异步非阻塞编程](https://zhuanlan.zhihu.com/p/28591226) 1. [Spring(31)——WebClient介绍](https://blog.csdn.net/iteye_13139/article/details/82726588) 1. [SSE:服务器发送事件,使用长链接进行通讯](https://www.cnblogs.com/goody9807/p/4257192.html) 1. [Spring 5 WebFlux](https://www.jianshu.com/p/40a0ebe321be) 2. ## SSE 服务器会一直向浏览器推送信息 http://localhost:8080/sse/randomNumbers ![](./asset/img/sse.png) ![img.png](asset/img/one-connection.png) ## SpringBoot 1. [Spring Boot Actuator 使用](https://www.jianshu.com/p/af9738634a21) * [http://localhost:8080/actuator](http://localhost:8080/actuator) 1. ## mysql 1. [【腾讯文档】数据库压力测试](https://docs.qq.com/doc/DSEdMQ2h5cmxYVnVU)