spring-boot-starter-web与spring-boot-starter-webflux区别

目录

区别

对于servlet堆栈应用程序,spring-boot-starter-web经过包含spring-boot-starter-tomcat来包括Tomcat,可是能够改用spring-boot-starter-jetty或spring-boot-starter-undertow。
对于反应堆应用程序,spring-boot-starter-webflux经过包含spring-boot-starter-reactor-netty来包含Reactor Netty,可是咱们能够使用spring-boot-starter-tomcat,spring-boot-starter-jetty或spring -boot-starter-undertow代替。
html

参考:Spring Boot Starter Webreact

相关文章
相关标签/搜索