2023年4月17日
摘要: 前言 在SpringBoot框架中,我们使用最多的是Tomcat,这是SpringBoot默认的容器技术,而且是内嵌式的Tomcat。同时,SpringBoot也支持Undertow容器,我们可以很方便的用Undertow替换Tomcat,而Undertow的性能和内存使用方面都优于Tomcat,那 阅读全文
posted @ 2023-04-17 22:59 程序员大彬 阅读(223) 评论(0) 推荐(0) 编辑