Merge branch '3.1.x'

Closes gh-38353
This commit is contained in:
Moritz Halbritter
2023-11-14 16:29:59 +01:00
3 changed files with 126 additions and 0 deletions

View File

@@ -48,3 +48,7 @@ The configuration differs, depending on the web server in use.
For Tomcat, you can add the following configuration:
include::code:MyCloudFoundryConfiguration[]
If you're using a Webflux based application, you can use the following configuration:
include::code:MyReactiveCloudFoundryConfiguration[]