Skip to content

Commit a96019a

Browse files
author
zhangfan
committed
sql
1 parent e5c7aa0 commit a96019a

File tree

2 files changed

+200
-2
lines changed

2 files changed

+200
-2
lines changed

src/main/java/com/example/study/batch/DemoController.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,23 @@ public class DemoController {
3535
public JobParameters jobParameters;
3636

3737

38+
/**
39+
*
40+
* @param fileName
41+
* @return
42+
* @throws Exception
43+
*/
3844

3945
@RequestMapping("/imp")
4046
public String imp(@RequestParam("fileName")String fileName) throws Exception{
47+
/**
48+
* @Description:
49+
* @author: zf
50+
* @Param: [fileName]
51+
* @Return: java.lang.String
52+
* @Date: 2016/11/16
53+
*/
54+
4155
String path = fileName+".csv";
4256
jobParameters = new JobParametersBuilder()
4357
.addLong("time",System.currentTimeMillis())

0 commit comments

Comments
 (0)