首次提交

master
luhaotian 2024-02-19 09:27:49 +08:00
parent 4c1cc07824
commit 5b26e1158e
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;
@EnableAsync //支持异步须要开启的注解
@EnableScheduling //开启定时任务的注解
@EnableScheduling //开启定时任务的注解1
@SpringBootApplication
public class JhqmPermissions01Application {