91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

springBoot中怎么實現異步和定時任務

發布時間:2021-06-21 15:37:41 來源:億速云 閱讀:411 作者:Leah 欄目:大數據

springBoot中怎么實現異步和定時任務,很多新手對此不是很清楚,為了幫助大家解決這個難題,下面小編將為大家詳細講解,有這方面需求的人可以來學習下,希望你能有所收獲。

具體的操作步驟就不寫啦

AsyncService.java

Service

public class AsyncService {

[@Async](https://my.oschina.net/553709938)

public void hello(){

  try {
  
      Thread.sleep(10000);
	  
  }catch (InterruptedException e){
  
      e.printStackTrace();
	  
  }
  System.out.println("數據處理中");

} } 測試 @RestController

public class AsyController {

@Autowired

AsyncService asyncService;

@GetMapping("/hello")

public String hello(){

asyncService.hello();

return  "success";

} }

@Service

public class scheduleService {

//,表枚舉
//-表區間
//* 表任意
//? 表沖突匹配
// /41 表步長

@Scheduled(cron = "0,1,2,3,5,6 * * * * *")

public void hello(){

   System.out.println("hello this is cron schedule");

} }

springBoot中怎么實現異步和定時任務

看完上述內容是否對您有幫助呢?如果還想對相關知識有進一步的了解或閱讀更多相關文章,請關注億速云行業資訊頻道,感謝您對億速云的支持。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

九台市| 左贡县| 汤原县| 民县| 瑞金市| 阳谷县| 盘锦市| 乐都县| 钦州市| 抚宁县| 石景山区| 九龙县| 龙岩市| 永靖县| 古田县| 汕头市| 阿克陶县| 阿城市| 临沂市| 秦安县| 高邑县| 道真| 兴和县| 慈溪市| 宝应县| 鹰潭市| 涿州市| 汉沽区| 称多县| 来凤县| 娄烦县| 徐水县| 德庆县| 缙云县| 天水市| 湟中县| 深圳市| 财经| 开平市| 清涧县| 义乌市|