We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c7aa0 commit a96019aCopy full SHA for a96019a
src/main/java/com/example/study/batch/DemoController.java
@@ -35,9 +35,23 @@ public class DemoController {
35
public JobParameters jobParameters;
36
37
38
+ /**
39
+ *
40
+ * @param fileName
41
+ * @return
42
+ * @throws Exception
43
+ */
44
45
@RequestMapping("/imp")
46
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
+
55
String path = fileName+".csv";
56
jobParameters = new JobParametersBuilder()
57
.addLong("time",System.currentTimeMillis())
0 commit comments