SpringBoot整合WebFlux进行服务器开发 SpringBoot支持WebFlux替代webMvcn进行服务器端开发 依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> </dependency> WebFlux扩展 WebFlux具体语法参见传送门