首次提交
parent
4c1cc07824
commit
5b26e1158e
|
@ -6,7 +6,7 @@ import org.springframework.scheduling.annotation.EnableAsync;
|
|||
import org.springframework.scheduling.annotation.EnableScheduling;
|
||||
|
||||
@EnableAsync //支持异步须要开启的注解
|
||||
@EnableScheduling //开启定时任务的注解
|
||||
@EnableScheduling //开启定时任务的注解1
|
||||
@SpringBootApplication
|
||||
public class JhqmPermissions01Application {
|
||||
|
||||
|
|
Loading…
Reference in New Issue