org.apache.catalina.connector.ClientAbortException: java.io.IOException: 您的主机中的软件中止了一个已建立的连接

server.connection-timeout=# Time in milliseconds that connectors will wait for another HTTP request before closing the connection. When not set, the connector's container-specific default will be used. Use a value of -1 to indicate no (i.e. infinite) timeout.

看了一下springboot的api,最后将此参数设置为60秒(默认为20秒)

server.connection-timeout=60000


你可能感兴趣的:(Java)