标签: java spring email model-view-controller alert
在我的spring mvc应用程序中,我需要通知用户他们的任务,并在达到时间限制时向他们发送电子邮件。我怎么能这样做?
答案 0 :(得分:1)
@Scheduled(fixedDelay=..)
@Scheduled(cron=..)
now - timestamp
threshold
EmailService