Spring WebFlux 的最简单的 Demo 集合
module | description |
---|---|
reactive-mongo | 基本的 WebFlux Demo,使用 REST 接口,MongoDB 作为存储 |
reactive-redis | 基本的 WebFlux Demo,使用 REST 接口,Redis 作为存储 |
reactive-router | 使用 WebFlux 的路由 |
reactive-security | 使用 Spring Security,Spring Session,MongoDB 作为存储 |
reactive-multiple | 文件上传,使用 REST 接口 |
reactive-multiple-router | 文件上传,使用路由 |
reactive-multiple-mongo | 文件上传,使用 REST 接口,并将文件存到 MongoDB |
reactive-stream | 使用事件流生成图表,图表库为 highcharts |
reactive-stream-echarts | 使用事件流生成图表,图表库为 echarts |
reactive-thymeleaf | 使用 Thymeleaf 的含有页面的 Demo |
reactive-stream-angular | 使用 Angular 和 WebFlux 构建的响应式 APP |
reactive-r2dbc-h2 | 基本的 WebFlux Demo,使用 REST 接口,H2 作为存储 |
reactive-r2dbc-postgre | 基本的 WebFlux Demo,使用 REST 接口,PostgreSQL 作为存储 |
reactive-jasync-mysql | 基本的 WebFlux Demo,使用 REST 接口,MySQL 作为存储 |