首次提交
parent
43cde8e5df
commit
c2ae3b8499
|
@ -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 //开启定时任务的注解
|
@EnableScheduling //开启定时任务的注解1
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
public class JhqmPermissions01Application {
|
public class JhqmPermissions01Application {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue