博客
关于我
使用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实现hexagonal numbers六边形数算法(附完整源码)
查看>>
Objective-C实现hidden layers neural network浅层神经网络算法(附完整源码)
查看>>
Objective-C实现highest response ratio next高响应比优先调度算法(附完整源码)
查看>>
Objective-C实现hill climbing爬山法用来寻找函数的最大值算法(附完整源码)
查看>>
Objective-C实现histogram stretch直方图拉伸算法(附完整源码)
查看>>
Objective-C实现Hopcroft算法(附完整源码)
查看>>
Objective-C实现horizontal projectile motion平抛运动算法(附完整源码)
查看>>
Objective-C实现hornerMethod霍纳法算法(附完整源码)
查看>>
Objective-C实现Horn–Schunck光流算法(附完整源码)
查看>>
Objective-C实现Http Post请求(附完整源码)
查看>>
Objective-C实现http下载文件 (附完整源码)
查看>>
Objective-C实现Http协议下载文件(附完整源码)
查看>>
Objective-C实现huffman哈夫曼编码算法(附完整源码)
查看>>
Objective-C实现ID3贪心算法(附完整源码)
查看>>
Objective-C实现IIR 滤波器算法(附完整源码)
查看>>
Objective-C实现IIR数字滤波器(附完整源码)
查看>>
Objective-C实现insertion sort插入排序算法(附完整源码)
查看>>
Objective-C实现integer partition整数分区算法(附完整源码)
查看>>
Objective-C实现integerPartition整数划分算法(附完整源码)
查看>>
Objective-C实现interpolation search插值搜索算法(附完整源码)
查看>>