Springboot入門其餘知識點

1、定時任務html ①建立定時任務java @Component public class ScheduledTasks { @Scheduled(fixedRate = 1000) public void add() { System.out.println("我正在執行.."+System.currentTimeMillis()); } } ②開啓
相關文章
相關標籤/搜索