疯狂的狮子li
2022-03-16 dc5e5c6c08d4f9b9a2f69fc73a4704665871cc1e
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;
}