k94314517
2025-05-28 a43f9d75a9e0ba2720b3c438a0c5ece7be0eb110
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 {