博客
关于我
使用Undertow来替代Tomcat作为Web容器
阅读量:107 次
发布时间:2019-02-26

本文共 873 字,大约阅读时间需要 2 分钟。

Undertow ?????

Undertow ???? Red Hat ??? Java Web ????????????????????????????????? API ????????????? Web ????????? Java EE Servlet 3.1 ????????

Undertow ?????

???????? Web ????Undertow ????? Jar ???????? Web ??????????? 10MB??????????????????????? Servlet 4.0 ? WebSocket???????????????????????????? Web ????? API ??????????????????????????????Undertow ??????????????????????

Spring Boot ????????

Spring Boot ????? Web ????? Jetty?Tomcat ? Undertow????? Tomcat???? Undertow??????? pom.xml ???????????

org.springframework.boot      spring-boot-starter-web                              org.springframework.boot              spring-boot-starter-tomcat                          org.springframework.boot      spring-boot-starter-undertow      1.5.10.RELEASE

??

???????????Undertow ??? Web ??? Jetty ? Tomcat ???????????????????????????????? Undertow ???????????????????????????

转载地址:http://scdu.baihongyu.com/

你可能感兴趣的文章
proteus三输入与非门名字_proteus 元件名称对照表
查看>>
Protobuf - 语法、字段使用规则、注意事项
查看>>
protobuf —— 快速上手
查看>>
protobuf —— 认识和安装
查看>>
Protobuf 三个关键字required、optional、repeated的理解
查看>>
ProtoBuf 原理详解
查看>>
Protobuf 实例(java)
查看>>
ProtoBuf 实际应用(java)
查看>>