1.在控制层调用spring事物业务逻辑,业务逻辑里配置async @Async public void asyncPushMsg(String personIds, CustomInfoPush entity)2.在spring配置文件application.xml里配置: 在beans增加: xmlns:task="http://www.springframework.org/schema/task" http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.0.xsd" 在beans同级下增加任务异步扫描