Skip to content

Commit

Permalink
rename: BatchJobConfig -> ScrapJobConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjy committed Aug 2, 2024
1 parent bcb1771 commit dfad4a7
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 dfad4a7

Please sign in to comment.