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

posted @ 2019-03-28 13:40  zincredible  阅读(1016)  评论(1编辑  收藏  举报