Skip to content

Commit

Permalink
solved issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vforchi committed Mar 17, 2020
1 parent a125b10 commit e537a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/test/batch/BatchConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public Step myStep(Tasklet myServiceTasklet) {

@Bean
@StepScope
public Tasklet myServiceTasklet(
public SystemCommandTasklet myServiceTasklet(
@Value("#{jobParameters['my_param']}") String param
) {
SystemCommandTasklet tasklet = new SystemCommandTasklet();
Expand Down

0 comments on commit e537a04

Please sign in to comment.