Package com.elitesland.ystdms.sys.config
Class AsyncConfig
java.lang.Object
com.elitesland.ystdms.sys.config.AsyncConfig
异步任务执行器配置
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.task.TaskExecutor操作日志专用线程池 独立线程池避免影响其他异步任务org.springframework.core.task.TaskExecutor配置 TaskExecutor Bean 用于异步任务执行
-
Constructor Details
-
AsyncConfig
public AsyncConfig()
-
-
Method Details
-
taskExecutor
@Bean(name="taskExecutor") public org.springframework.core.task.TaskExecutor taskExecutor()配置 TaskExecutor Bean 用于异步任务执行- Returns:
- TaskExecutor
-
operationLogExecutor
@Bean(name="operationLogExecutor") public org.springframework.core.task.TaskExecutor operationLogExecutor()操作日志专用线程池 独立线程池避免影响其他异步任务- Returns:
- TaskExecutor
-