Incorporated the review comments on the pull request.

This commit is contained in:
CHANDRAKANT Kumar 2020-08-16 01:17:38 +05:30
commit b324436681
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@
This module contains articles about concurrency model in Spring WebFlux. This module contains articles about concurrency model in Spring WebFlux.
### Relevant Articles: ### Relevant Articles:
- [Concurrency in Spring WebFlux]() - [Concurrency in Spring WebFlux]()

View File

@ -5,6 +5,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
/** /**
* Please note that this assumes Mongo and Kafka to be running on the local machine on default configurations. * Please note that this assumes Mongo and Kafka to be running on the local machine on default configurations.
* If you want to experiment with Tomcat/Jetty instead of Netty, just uncomment the lines in pom.xml and rebuild.
*/ */
@SpringBootApplication @SpringBootApplication
public class Application { public class Application {