博客
关于我
使用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/

你可能感兴趣的文章
Objective-C实现Gale-Shapley盖尔-沙普利算法(附完整源码)
查看>>
Objective-C实现hamiltonianCycle哈密尔顿图算法(附完整源码)
查看>>
Objective-C实现hamming numbers汉明数算法(附完整源码)
查看>>
Objective-C实现hanning 窗(附完整源码)
查看>>
Objective-C实现hanoiTower汉诺塔算法(附完整源码)
查看>>
Objective-C实现hardy ramanujana定理算法(附完整源码)
查看>>
Objective-C实现harris算法(附完整源码)
查看>>
Objective-C实现haversine distance斜距算法(附完整源码)
查看>>
Objective-C实现highest response ratio next高响应比优先调度算法(附完整源码)
查看>>
Objective-C实现hill climbing爬山法用来寻找函数的最大值算法(附完整源码)
查看>>
Objective-C实现hornerMethod霍纳法算法(附完整源码)
查看>>
Objective-C实现Http Post请求(附完整源码)
查看>>
Objective-C实现Http协议下载文件(附完整源码)
查看>>
Objective-C实现IIR 滤波器算法(附完整源码)
查看>>
Objective-C实现IIR数字滤波器(附完整源码)
查看>>
Objective-C实现insertion sort插入排序算法(附完整源码)
查看>>
Objective-C实现integer partition整数分区算法(附完整源码)
查看>>
Objective-C实现integerPartition整数划分算法(附完整源码)
查看>>
Objective-C实现interpolation search插值搜索算法(附完整源码)
查看>>
Objective-C实现Interpolation search插值查找算法(附完整源码)
查看>>