Updated dependencices in preparation for M2 release
This commit is contained in:
@@ -165,8 +165,8 @@ public class JobConfiguration {
|
||||
|
||||
@Bean
|
||||
@Profile("master")
|
||||
public Job job(PartitionHandler partitionHandler) throws Exception {
|
||||
return jobBuilderFactory.get("job")
|
||||
public Job partitionedJob(PartitionHandler partitionHandler) throws Exception {
|
||||
return jobBuilderFactory.get("partitionedJob")
|
||||
.start(step1(partitionHandler))
|
||||
.build();
|
||||
}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
spring.application.name=Partitioned Batch Job Task
|
||||
logging.level.org.springframework.cloud.task=DEBUG
|
||||
|
||||
Reference in New Issue
Block a user