首次提交

master
luhaotian 2024-02-19 09:28:19 +08:00
parent 5b26e1158e
commit 43cde8e5df
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 //开启定时任务的注解1 @EnableScheduling //开启定时任务的注解
@SpringBootApplication @SpringBootApplication
public class JhqmPermissions01Application { public class JhqmPermissions01Application {