关闭定时任务

20230922-ljl-fixBug
wangchaoxu 1 year ago
parent 10995b7cb4
commit 845bf4de62

@ -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