Java给各个方法记录执行时间long startTime = System.currentTimeMillis();...//要测试时间的方法LoggerFactory.getLogger(BaseExcelExport.class).warn("查询耗时:"+(System.currentTimeMillis()-startTime)+"");