스프링 배치 (운영) - PRICE 막음
This commit is contained in:
parent
01f9e610f2
commit
8ba1a2c183
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user