File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2261,6 +2261,11 @@ your application defines, if any.
2261
2261
[[howto-batch-applications]]
2262
2262
== Batch applications
2263
2263
2264
+ NOTE: By default, batch applications require a `DataSource` to store job details. If you
2265
+ want to deviate from that, you'll need to implement `BatchConfigurer`, see
2266
+ {spring-batch-javadoc}/core/configuration/annotation/EnableBatchProcessing.html[The
2267
+ Javadoc of @EnableBatchProcessing] for more details.
2268
+
2264
2269
2265
2270
2266
2271
[[howto-execute-spring-batch-jobs-on-startup]]
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson;
41
41
:spring-webservices-reference: http://docs.spring.io/spring-ws/docs/{spring-webservices-docs-version}/reference/htmlsingle
42
42
:spring-javadoc: http://docs.spring.io/spring/docs/{spring-docs-version}/javadoc-api/org/springframework
43
43
:spring-amqp-javadoc: http://docs.spring.io/spring-amqp/docs/current/api/org/springframework/amqp
44
+ :spring-batch-javadoc:http://docs.spring.io/spring-batch/apidocs/org/springframework/batch
44
45
:spring-data-javadoc: http://docs.spring.io/spring-data/jpa/docs/current/api/org/springframework/data/jpa
45
46
:spring-data-commons-javadoc: http://docs.spring.io/spring-data/commons/docs/current/api/org/springframework/data
46
47
:spring-data-mongo-javadoc: http://docs.spring.io/spring-data/mongodb/docs/current/api/org/springframework/data/mongodb
You can’t perform that action at this time.
0 commit comments