Skip to content

tiangaofan/spring-boot-webflux-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot WebFlux

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 作为存储

参考资料

About

WebFlux Demo of SpringBoot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.3%
  • TypeScript 8.4%
  • HTML 6.8%
  • JavaScript 1.1%
  • Other 0.4%