Fix property name in "Task Execution and Scheduling" example

See gh-18331
This commit is contained in:
leoli
2019-09-24 09:45:44 +08:00
committed by Stephane Nicoll
parent 9df356ec4c
commit 09cf1e6791

View File

@@ -5411,7 +5411,7 @@ Those default settings can be fine-tuned using the `spring.task.execution` names
[source,properties,indent=0]
----
spring.task.execution.pool.max-threads=16
spring.task.execution.pool.max-size=16
spring.task.execution.pool.queue-capacity=100
spring.task.execution.pool.keep-alive=10s
----