可通過(guò)org.springframework.boot.autoconfigure.web.ServerProperties查看,其中包括屬性tomcat、jetty、undertow三種服務(wù)器的設(shè)置,默認(rèn)啟用tomcat。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 # tomcat 8 server: tomcat: max-connections: 10000 #最大連接數(shù),默認(rèn)為10000 ...
www.dbjr.com.cn/program/297952p...htm 2025-6-5