Skip to content

Latest commit

 

History

History

springboot-example-webflux

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

SpringBoot整合WebFlux进行服务器开发

SpringBoot支持WebFlux替代webMvcn进行服务器端开发

依赖

<dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>

WebFlux扩展

WebFlux具体语法参见传送门