7.4 asynchronous, task timing, and mail transmission

A task classification

  • Asynchronous tasks

  • Regular tasks

  • Send Mail task

II. Asynchronous tasks

1. The two main steps

  • In the asynchronous method add comments @Async

  • Open comments @EnableAsync in springBoot class

2. writing asynchronous program

 

Guess you like

Origin www.cnblogs.com/zhihaospace/p/12432270.html