中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

沧源| 军事| 龙岩市| 大关县| 乐昌市| 那坡县| 宝清县| 澄江县| 武冈市| 棋牌| 太白县| 那坡县| 阿坝| 藁城市| 宁乡县| 名山县| 张家港市| 封丘县| 邻水| 新竹市| 碌曲县| 汪清县| 阿鲁科尔沁旗| 始兴县| 铅山县| 德州市| 余姚市| 穆棱市| 彰化县| 翁源县| 德安县| 塘沽区| 丹寨县| 土默特左旗| 固安县| 曲水县| 潞城市| 神农架林区| 阳城县| 宜章县| 凭祥市|