### 连接池配置 ############################################## # 最大链接数 pool.maxTotal=8 # 最大空闲连接数 pool.maxIdle=4 # 最大等待时间(毫秒) pool.maxWaitMillis=5000