Polish
This commit is contained in:
parent
f2a32148ff
commit
e78ddc903e
|
@ -1,7 +1,7 @@
|
||||||
[appendix]
|
[appendix]
|
||||||
[[auto-configuration-classes]]
|
[[auto-configuration-classes]]
|
||||||
== Auto-configuration classes
|
== Auto-configuration classes
|
||||||
Here is a list of all auto configuration classes provided by Spring Boot with links to
|
Here is a list of all auto-configuration classes provided by Spring Boot with links to
|
||||||
documentation and source code. Remember to also look at the autoconfig report in your
|
documentation and source code. Remember to also look at the autoconfig report in your
|
||||||
application for more details of which features are switched on.
|
application for more details of which features are switched on.
|
||||||
(start the app with `--debug` or `-Ddebug`, or in an Actuator application use the
|
(start the app with `--debug` or `-Ddebug`, or in an Actuator application use the
|
||||||
|
|
|
@ -1715,7 +1715,7 @@ you can see how to set things up.
|
||||||
|
|
||||||
[[howto-execute-spring-batch-jobs-on-startup]]
|
[[howto-execute-spring-batch-jobs-on-startup]]
|
||||||
=== Execute Spring Batch jobs on startup
|
=== Execute Spring Batch jobs on startup
|
||||||
Spring Batch auto configuration is enabled by adding `@EnableBatchProcessing`
|
Spring Batch auto-configuration is enabled by adding `@EnableBatchProcessing`
|
||||||
(from Spring Batch) somewhere in your context.
|
(from Spring Batch) somewhere in your context.
|
||||||
|
|
||||||
By default it executes *all* `Jobs` in the application context on startup (see
|
By default it executes *all* `Jobs` in the application context on startup (see
|
||||||
|
|
Loading…
Reference in New Issue