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