多租户,接入 Spring Async 机制

This commit is contained in:
YunaiV
2021-12-05 17:59:58 +08:00
parent cc78025f80
commit ade55d89a4
11 changed files with 48 additions and 30 deletions

View File

@@ -1,9 +0,0 @@
package cn.iocoder.yudao.userserver.framework.async.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.annotation.EnableAsync;
@Configuration
@EnableAsync
public class AsyncConfiguration {
}

View File

@@ -1,4 +0,0 @@
/**
* 异步执行,基于 Spring @Async 实现
*/
package cn.iocoder.yudao.userserver.framework.async;

View File

@@ -1 +0,0 @@
<http://www.iocoder.cn/Spring-Boot/Async-Job/?yudao>