关闭定时任务

20230922-ljl-fixBug
wangchaoxu 1 year ago
parent 3ae62c9c28
commit e86bd6e713

@ -9,7 +9,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@SpringBootApplication(scanBasePackages = {"com.ms","com.jinritemai"})
@MapperScan("com.ms.dal.mapper")
@EnableAsync
//@EnableScheduling
@EnableScheduling
public class MsApplication {
public static void main(String[] args) {

Loading…
Cancel
Save