Spring boot 嵌入式tomcat服务器spring引导中的默认http线程池大小

Spring boot 嵌入式tomcat服务器spring引导中的默认http线程池大小,spring-boot,tomcat,Spring Boot,Tomcat,我有一个spring启动应用程序,它运行在嵌入式tomcat服务器上。我想知道默认的tomcat http线程池大小以及如何检查它们 在检查了各种门户之后,我知道我们可以在applications.properties文件中添加“server.tomcat.max threads”并对其进行控制 但是我想了解什么是默认大小以及如何找到它。您可以找到最新Spring启动版本的每个属性的默认值。在本例中,属性是server.tomcat.threads.max,默认值是tomcat的默认值,即200

我有一个spring启动应用程序,它运行在嵌入式tomcat服务器上。我想知道默认的tomcat http线程池大小以及如何检查它们

在检查了各种门户之后,我知道我们可以在applications.properties文件中添加“server.tomcat.max threads”并对其进行控制


但是我想了解什么是默认大小以及如何找到它。

您可以找到最新Spring启动版本的每个属性的默认值。在本例中,属性是server.tomcat.threads.max,默认值是tomcat的默认值,即200