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: doc/en/configuration/kotlin-dsl/job/job-configuration.md
-31Lines changed: 0 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@
8
8
-[Set a BatchJobObservationConvention](#set-a-batchjobobservationconvention)
9
9
-[Set a ObservationRegistry](#set-a-observationregistry)
10
10
-[Set preventRestart](#set-preventrestart)
11
-
-[Set a Repository](#set-a-repository)
12
11
-[Set a JobParametersValidator](#set-a-jobparametersvalidator)
13
12
14
13
The functions that can be set with `JobBuilder` are also available with the Kotlin DSL. In this page, you will learn how to set a `Job` using the Kotlin DSL.
@@ -246,36 +245,6 @@ open class TestJobConfig(
246
245
}
247
246
```
248
247
249
-
## Set a Repository
250
-
251
-
The Kotlin DSL helps you set a `JobRepository` using `JobBuilder`.
Copy file name to clipboardExpand all lines: doc/en/configuration/kotlin-dsl/step/step-configuration.md
-32Lines changed: 0 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
# Step Configuration
2
2
3
-
-[Set a job repository](#set-a-job-repository)
4
3
-[Set a BatchStepObservationConvention](#set-a-batchstepobservationconvention)
5
4
-[Set a ObservationRegistry](#set-a-observationregistry)
6
5
-[Set a MeterRegistry](#set-a-meterregistry)
@@ -12,37 +11,6 @@
12
11
13
12
The functions that can be set with `StepBuilder` are also available with the Kotlin DSL. In this page, you will learn how to configure a `Step` using the Kotlin DSL.
14
13
15
-
## Set a job repository
16
-
17
-
The Kotlin DSL helps you set a `JobRepository` using `StepBuilder`.
Copy file name to clipboardExpand all lines: spring-batch-plus-sample/kotlin-dsl-sample/src/test/kotlin/com/navercorp/spring/batch/plus/sample/job/configuration/repository/SampleApplicationTest.kt
Copy file name to clipboardExpand all lines: spring-batch-plus-sample/kotlin-dsl-sample/src/test/kotlin/com/navercorp/spring/batch/plus/sample/job/configuration/repository/TestJobConfig.kt
Copy file name to clipboardExpand all lines: spring-batch-plus-sample/kotlin-dsl-sample/src/test/kotlin/com/navercorp/spring/batch/plus/sample/step/configuration/repository/SampleApplicationTest.kt
Copy file name to clipboardExpand all lines: spring-batch-plus-sample/kotlin-dsl-sample/src/test/kotlin/com/navercorp/spring/batch/plus/sample/step/configuration/repository/TestJobConfig.kt
0 commit comments