springboot application.properties配置大全

springboot application.properties配置大全

官方文档 https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html

官方原文

参考网上翻译

https://www.cnblogs.com/javaGoGo/p/10125359.html

https://blog.csdn.net/lpfsuperman/article/details/78287265

 

===========================================================

tomcat默认配置

默认配置类 org.apache.tomcat.util.net.AbstractEndpoint

默认值

maxThreads 200

maxConnections 10000

acceptCount 100

所有参数绑定配置类:org.springframework.boot.autoconfigure.web.ServerProperties

转载于:https://www.cnblogs.com/zincredible/p/10614416.html

你可能感兴趣的:(springboot application.properties配置大全)