首次提交 测试

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