Hi,
I want to use the webflux in spring boot application. What is the code for adding in pom.xml file?
I need pom.xml code for spring boot webflux dependency.
Thanks
HI,
You can use following latest dependency.
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-webflux</artifactId> <version>2.3.1.RELEASE</version> </dependency>
Thanks
Ads