Skip to content

Commit

Permalink
release/0325-04 (#217)
Browse files Browse the repository at this point in the history
release/0325-04 (#217)
  • Loading branch information
Bisi3asi authored Mar 25, 2024
1 parent 565bd46 commit db28a29
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 477 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -60,55 +60,4 @@ public Step chargerApiBatchUpdateStep(
.writer(writer)
.build();
}

// @JobScope
// @Bean
// public Step companyBatchUpdateStep(
// JobRepository jobRepository,
// ChargerApiBatchReader reader,
// CompanyBatchProcessor processor,
// CompanyBatchWriter writer,
// PlatformTransactionManager manager
// ) {
// return new StepBuilder("companyBatchUpdateStep", jobRepository)
// .<List<ChargerApiItemForm>, List<OperatingCompanyUpdateForm>>chunk(CHUNK_SIZE, manager)
// .reader(reader)
// .processor(processor)
// .writer(writer)
// .build();
// }
//
// @JobScope
// @Bean
// public Step stationBatchUpdateStep(
// JobRepository jobRepository,
// ChargerApiBatchReader reader,
// ChargingStationBatchProcessor processor,
// ChargingStationBatchWriter writer,
// PlatformTransactionManager manager
// ) {
// return new StepBuilder("stationBatchUpdateStep", jobRepository)
// .<List<ChargerApiItemForm>, List<ChargingStationUpdateForm>>chunk(CHUNK_SIZE, manager)
// .reader(reader)
// .processor(processor)
// .writer(writer)
// .build();
// }
//
// @JobScope
// @Bean
// public Step chargerBatchUpdateStep(
// JobRepository jobRepository,
// ChargerApiBatchReader reader,
// ChargerBatchProcessor processor,
// ChargerBatchWriter writer,
// PlatformTransactionManager manager
// ) {
// return new StepBuilder("chargerBatchUpdateStep", jobRepository)
// .<List<ChargerApiItemForm>, List<ChargerUpdateForm>>chunk(CHUNK_SIZE, manager)
// .reader(reader)
// .processor(processor)
// .writer(writer)
// .build();
// }
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit db28a29

Please sign in to comment.