springboot 中还在使用Tomat ? 是时候了解下 Undertow 了。
官网:http://undertow.io/index.html
1、什么是Undertow
2、如何在spring Boot中使用
3、为什么要使用该容器呢?
- 轻量级:一共引入三个Jar 不足5M
- WebSocket 支持 :对 Web Socket 完全支持,用以满足 Web 应用巨大数量的客户端
- 嵌套性:它不需要容器,只需通过 API 即可快速搭建 Web 服务器
微信扫一扫
官网:http://undertow.io/index.html
相关推荐