Incorporated the review comments on the pull request.
This commit is contained in:
parent
4daecbbc89
commit
3e2ce28afb
25
spring-webflux-threads/.gitignore
vendored
25
spring-webflux-threads/.gitignore
vendored
@ -1,25 +0,0 @@
|
||||
/target/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
### STS ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
.factorypath
|
||||
.project
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
### NetBeans ###
|
||||
/nbproject/private/
|
||||
/build/
|
||||
/nbbuild/
|
||||
/dist/
|
||||
/nbdist/
|
||||
/.nb-gradle/
|
@ -1,7 +1,7 @@
|
||||
## Spring WebFlux Concurrency
|
||||
|
||||
This module contains articles about concurrency model in Spring WebFlux.
|
||||
Please note that this assumes Mongo and Kafka to be running on the local machine on default configurations.
|
||||
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
|
@ -3,6 +3,9 @@ package com.baeldung.webflux;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
/**
|
||||
* Please note that this assumes Mongo and Kafka to be running on the local machine on default configurations.
|
||||
*/
|
||||
@SpringBootApplication
|
||||
public class Application {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user