Add Reactor Netty and WebFlux Starters
These starters bring the Spring WebFlux experience to Boot. By default, the Reactor Netty web server is chosen.
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
<module>spring-boot-starter-mustache</module>
|
||||
<module>spring-boot-starter-actuator</module>
|
||||
<module>spring-boot-starter-parent</module>
|
||||
<module>spring-boot-starter-reactor-netty</module>
|
||||
<module>spring-boot-starter-security</module>
|
||||
<module>spring-boot-starter-social-facebook</module>
|
||||
<module>spring-boot-starter-social-twitter</module>
|
||||
@@ -66,6 +67,7 @@
|
||||
<module>spring-boot-starter-undertow</module>
|
||||
<module>spring-boot-starter-validation</module>
|
||||
<module>spring-boot-starter-web</module>
|
||||
<module>spring-boot-starter-webflux</module>
|
||||
<module>spring-boot-starter-websocket</module>
|
||||
<module>spring-boot-starter-web-services</module>
|
||||
</modules>
|
||||
|
||||
Reference in New Issue
Block a user