You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-cloud-task-batch/src/main/java/org/springframework/cloud/task/batch/configuration/TaskBatchProperties.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public class TaskBatchProperties {
33
33
/**
34
34
* Comma-separated list of job names to execute on startup (for instance,
35
35
* `job1,job2`). By default, all Jobs found in the context are executed.
36
-
* @deprecated use spring.batch.job.names instead of spring.cloud.task.batch.jobNames.
36
+
* @deprecated use spring.batch.job.name instead of spring.cloud.task.batch.jobNames.
0 commit comments