This commit is contained in:
雷欧(林平凡)
2024-11-29 11:51:08 +08:00
parent f3a9536685
commit 2a77c74ba8
7 changed files with 138 additions and 79 deletions

View File

@@ -2,7 +2,6 @@ package cn.van;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling;
/**
@@ -13,7 +12,6 @@ import org.springframework.scheduling.annotation.EnableScheduling;
*/
@SpringBootApplication
@EnableScheduling
@EnableAsync
public class Application {
public static void main(String[] args) {