实践springmvc如何使用异步-以及为何使用异步,@Async,@EnableAsync,DeferredResult,Callable
异步需要线程池的支持,需要先配置一个线程池在spring的配置文件中写入importjava.text.SimpleDateFormat;importjava.util.Date;importjava.util.concurrent.Callable;importorg.springframework.stereotype.Controller;importorg.springframework.