Skip to content

Commit 61ce431

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-42382
2 parents d4f7cb7 + 0e7bdb3 commit 61ce431

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/web/graceful-shutdown.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ TIP: To learn about more the specific method used with your web server, see the
1414
Jetty, Reactor Netty, and Tomcat will stop accepting new requests at the network layer.
1515
Undertow will accept new connections but respond immediately with a service unavailable (503) response.
1616

17-
NOTE: Graceful shutdown with Tomcat requires Tomcat 9.0.33 or later.
18-
1917
To enable graceful shutdown, configure the configprop:server.shutdown[] property, as shown in the following example:
2018

2119
[configprops,yaml]

0 commit comments

Comments
 (0)