Skip to content

Commit

Permalink
Merge pull request #181 from tukcomCD2024/feat/#179-scheduling-spring…
Browse files Browse the repository at this point in the history
…-batch

�Fix: BatchJobConfig -> ScrapJobConfig
  • Loading branch information
yeonjy authored Aug 2, 2024
2 parents ae7b3cf + dfad4a7 commit 72adcc8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@

import javax.sql.DataSource;

@Slf4j
@Configuration
@RequiredArgsConstructor
public class BatchJobConfig {
public class ScrapJobConfig {

@Value("${batch.chunk-size}")
private int chunkSize;
Expand Down Expand Up @@ -116,4 +115,4 @@ public JdbcBatchItemWriter<PreSummarizedNewsDto> newsContentWriter() {
.beanMapped()
.build();
}
}
}

0 comments on commit 72adcc8

Please sign in to comment.