Incorporated the review comments on the pull request.
This commit is contained in:
commit
b324436681
@ -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]()
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user