You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: batch-web-spring-boot-autoconfigure/src/main/java/de/codecentric/batch/configuration/BatchWebAutoConfiguration.java
Copy file name to clipboardExpand all lines: batch-web-spring-boot-samples/batch-boot-simple/src/main/java/de/codecentric/batch/simple/Application.java
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,13 @@ public static void main(String[] args) {
19
19
// public BatchConfigurer batchConfigurer(DataSource dataSource){
20
20
// return new DefaultBatchConfigurer(dataSource);
21
21
// }
22
+
23
+
// If you would like to use your own JobParametersConverter in JobOperationsController,
24
+
// just add a bean of that type to the JobParametersConverter, like in the following code.
25
+
// This starter's implementation will step aside then.
26
+
// @Bean
27
+
// public JobParametersConverter jobParametersConverter(){
0 commit comments