Draymonders / Code-Life

The marathon continues though.
27 stars 3 forks source link

springboot 线程池以及@Async #96

Open Draymonders opened 3 years ago

Draymonders commented 3 years ago

现在系统的配置,抽空学习一波

taskExecutor:
  corePoolSize: 10
  maxPoolSize: 200
  queueCapacity: 10
Draymonders commented 3 years ago