Springboot如何同時開啓http和https

背景 Springboot默認使用的內嵌容器是tomcat。實際上內嵌了Tomcat、Jetty、Undertow。 關於三者性能,參考 https://www.cnblogs.com/duanxz/p/9337022.html 從這個帖子中可知,Undertow在性能上要比Tomcat、Jetty稍微好一些,在內存方面也要好一些。 所以你的項目如果沒有特別要求,使用Undertow是不會有錯的。
相關文章
相關標籤/搜索