Add a note about using graceful shutdown from an IDE
Closes gh-22959
This commit is contained in:
parent
98f432681f
commit
008eee42a1
|
|
@ -3196,6 +3196,9 @@ To configure the timeout period, configure the configprop:spring.lifecycle.timeo
|
|||
spring.lifecycle.timeout-per-shutdown-phase=20s
|
||||
----
|
||||
|
||||
IMPORTANT: Using graceful shutdown with your IDE may not work properly if it does not send a proper `SIGTERM` signal.
|
||||
Refer to the documentation of your IDE for more details.
|
||||
|
||||
|
||||
|
||||
[[boot-features-rsocket]]
|
||||
|
|
|
|||
Loading…
Reference in New Issue