server:
port: 8082
servlet:
context-path: /bigfile
tomcat:
# 存放Tomcat的日志、Dump等文件的临时文件夹、默认为系统的tmp文件夹
# 如C:UsersShanhyAppDataLocalTemp
# basedir: D:/thsismgmt/thsismgmt-bigfile/springboot-tomcat-tmp
#basedir: ./springboot-tomcat-tmp
basedir: Z:/uploads/bigfile/springboot-tomcat-tmp
## 等待队列长度,默认100。
#accept-count: 200
## 最大连接数 默认值10000
#max-connections: 10000
## 最大工作线程数(即最大并发数),默认200。(4核8g内存,线程数经验值800,操作系统做线程之间的切换调度是有系统开销的,所以不是越多越好。)
#max-threads: 400
## 最小工作空闲线程数,默认10。(适当增大一些,以便应对突然增长的访问量)
#min-spare-threads: 50