SpringCloudGateway网关/tmp目录出现大量以synchronoss-file-upload开头命名的空文件夹
https://www.cnblogs.com/cndarren/p/15982972.html
由于是spring-web-5.2.15.RELEASE版本中出现了此问题,查看了Spring官网的版本信息,发现在spring-web-5.2.16.RELEASE版本中,针对此问题进行了修复
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>5.2.16.RELEASE</version> </dependency>