update 优化 使用spring事件发布机制 重构登录日志与操作日志

This commit is contained in:
疯狂的狮子li
2022-12-08 09:49:39 +08:00
parent fd83d6bc0a
commit 4092013da5
9 changed files with 201 additions and 43 deletions

View File

@@ -20,7 +20,7 @@ import java.util.concurrent.*;
* @author Lion Li
*/
@Slf4j
@EnableAsync
@EnableAsync(proxyTargetClass = true)
@AutoConfiguration
public class AsyncConfig extends AsyncConfigurerSupport {