Merge pull request '스프링 배치 (운영) - PRICE 막음' (#102) from feature/cha into dev
Reviewed-on: #102
This commit is contained in:
commit
cf99ed3ccd
@ -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