602003139@qq.com
2021-10-21 2489c46a7ffe23a95da201a35c40424f2b79dba2
ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/ThreadPoolProperties.java
@@ -1,5 +1,6 @@
package com.ruoyi.framework.config.properties;
import com.ruoyi.common.enums.ThreadPoolRejectedPolicy;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
@@ -42,6 +43,6 @@
    /**
     * 线程池对拒绝任务(无线程可用)的处理策略
     */
    private String rejectedExecutionHandler;
    private ThreadPoolRejectedPolicy rejectedExecutionHandler;
}