常用任务(异步任务 + 邮件发送 + 定时任务)
常用任务异步任务邮件发送定时任务异步任务Service层添加注解package com.xz.service;import org.springframework.scheduling.annotation.Async;import org.springframework.stereotype.Service;/** * @author 许正 * @version 1.0 */@Servicepublic class AsyncService {