server:port: 8080#连接超时时间connection-timeout: 20000tomcat:#最大连接数max-connections: 10000#最大队列长度accept-count: 1000threads:#最大线程数max: 200#最小线程空弦数min-spare: 10#保持连接超时时间(以毫秒为单位)keep-alive-timeout: 10000#可通过保持连接发送的最大请求max-keep-alive-requests: 100#压缩compression:enabled: truemime-types: application/json,application/xml,text/html,text/xml,text/plainmin-response-size: 1024#tomcat日志配置accesslog:enabled: truedirectory: /var/log/tomcatprefix: access_logsuffix: .txtspring:autoconfigure:exclude: org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration