From 22271e641e4505ba906c3770905b7e84e3ad8d85 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 02 四月 2024 17:05:57 +0800
Subject: [PATCH] mrshi

---
 server/platform/src/main/java/com/doumee/PlatformApplication.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/server/platform/src/main/java/com/doumee/PlatformApplication.java b/server/platform/src/main/java/com/doumee/PlatformApplication.java
index 9c7a170..9984c21 100644
--- a/server/platform/src/main/java/com/doumee/PlatformApplication.java
+++ b/server/platform/src/main/java/com/doumee/PlatformApplication.java
@@ -5,6 +5,7 @@
 import org.springframework.boot.SpringApplication;
 import org.springframework.boot.autoconfigure.SpringBootApplication;
 import org.springframework.context.ApplicationContext;
+import org.springframework.scheduling.annotation.EnableAsync;
 
 /**
  * 鍚姩绫�
@@ -12,6 +13,7 @@
  * @date 2023/02/14 11:14
  */
 @Slf4j
+@EnableAsync
 @SpringBootApplication
 @MapperScan("com.doumee.dao")
 public class PlatformApplication {

--
Gitblit v1.9.3