servlet container:tomcat jetty and undertow

1 spring boot内嵌容器支持tomcat、jetty和undertow

但是undertow性能最好,详见:

https://examples.javacodegeeks.com/enterprise-java/spring/tomcat-vs-jetty-vs-undertow-comparison-of-spring-boot-embedded-servlet-containers/

原文地址:https://www.cnblogs.com/hustdc/p/8045215.html