springboot相关的配置信息:
server.tomcat.max-connections = 2000 server.tomcat.accept-count = 100 server.tomcat.max-threads = 200
上面三个配置理解请看:https://www.cnblogs.com/crazymakercircle/p/11748214.html
springboot配置信息
原文:https://www.cnblogs.com/quintanliu/p/14816743.html