多租户,接入 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

@ -12,7 +12,10 @@
<packaging>jar</packaging>
<name>${artifactId}</name>
<description>定时任务,基于 Quartz 拓展</description>
<description>任务拓展
1. 定时任务,基于 Quartz 拓展
2. 异步任务,基于 Spring Async 拓展
</description>
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
<dependencies>