REM:
1. 补充注释文档
This commit is contained in:
HuangXin 2021-01-25 17:58:42 +08:00
parent eea1a67ade
commit cfa6513010
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@ public class ThreadPoolConfig {
return executor;
}
/**
* Dp tech task executor executor.
*
* @return the executor
*/
@Bean
public Executor dpTechTaskExecutor() {
ThreadPoolTaskExecutor executor = new ThreadPoolTaskExecutor();