package com.yihu.wlyy.statistics.config; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.annotation.EnableAsync; /** * Created by Administrator on 2016.10.18. * 启用多綫程 */ @Configuration @EnableAsync public class AsyncConfig { }