Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
sondertara committed Nov 29, 2019
2 parents e2cebda + 3a4231d commit ed28359
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

[![Build Status](https://travis-ci.org/sondertara/tara.svg?branch=master)](https://travis-ci.org/sondertara/tara)
![Java](https://sondertara.github.io/assets/java8.svg)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/sondertara/tara)
Expand Down Expand Up @@ -115,7 +114,7 @@ public class ExportVO {

#### 3)异步导出

该方案会异步多线程生成csv格式的Excel文件,其中`ExcelHelper` 使用build构建
该方案会异步多线程生成csv格式的Excel文件,并返回文件所在的路径.其中`ExcelHelper` 使用build构建

```java
public void exportCsv(QueryParam param, ExcelHelper helper) {
Expand Down

0 comments on commit ed28359

Please sign in to comment.