Creating a Reactive RESTful Web Service Using Spring WebFlux, Spring Data, and MongoDB

ICYMI: This article is based on the book Getting Started With Spring Framework, 4th Edition. The source code for this article can be found in the ch19-reactor3-webservice project (http://bit.ly/2zTuD0Y). To run the project, deploy the ch19-reactor3-webservice project on Tomcat 9 and execute the ReactiveWebClient ‘s main method (located in the src/test/java   folder).

To create a reactive RESTful web service, you need to ensure that each layer (data access, service and web) of the web service are reactive in nature. https://goo.gl/XbKrvR #DataIntegration #ML