springboot application.properties配置大全

    技术2024-12-25  41

    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

    Processed: 0.018, SQL: 12