首次提交

master
luhaotian 2024-02-19 09:40:14 +08:00
parent 43cde8e5df
commit c2ae3b8499
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling; import org.springframework.scheduling.annotation.EnableScheduling;
@EnableAsync //支持异步须要开启的注解 @EnableAsync //支持异步须要开启的注解
@EnableScheduling //开启定时任务的注解 @EnableScheduling //开启定时任务的注解1
@SpringBootApplication @SpringBootApplication
public class JhqmPermissions01Application { public class JhqmPermissions01Application {