Spring使用@Async和Future实现SQL并行查询
背景:首页存在多个耗时SQL时,导致加载速度较慢,可将SQL并行,减少等待时间。方案:使用@Async、Future实现因查询需要返回结果,所以需要Future来接收;准备工作:applicationContext.xml 中添加以下配置xmlns:task="http://www.springframework.org/schema/task"xsi:schemaLocation="http://www.springframework.org/schema/tas