스프링 배치 (운영) - PRICE 막음

This commit is contained in:
cha 2025-06-18 18:15:45 +09:00
parent 01f9e610f2
commit 8ba1a2c183

View File

@ -274,9 +274,9 @@ public class JobLauncherController {
JobParameters jobParameters =
new JobParametersBuilder().addDate("time", new Date()).toJobParameters();
// if (batchJobEnabled) {
if (batchJobEnabled) {
jobLauncher.run(job, jobParameters);
// }
}
}
return "OK";