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:
Brian Clozel
2017-01-26 14:28:15 +01:00
parent 3c6d630a62
commit 0aaea05a4b
6 changed files with 89 additions and 2 deletions

View File

@@ -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>