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配置 TaskExecutor Bean 用于异步任务执行
-
Constructor Details
-
AsyncConfig
public AsyncConfig()
-
-
Method Details
-
taskExecutor
@Bean(name="taskExecutor") public org.springframework.core.task.TaskExecutor taskExecutor()配置 TaskExecutor Bean 用于异步任务执行- Returns:
- TaskExecutor
-