mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Merge branch '3.4.x' into 3.5.x
Closes gh-48111
This commit is contained in:
+8
@@ -559,6 +559,14 @@ The single `onStartup` method provides access to the javadoc:jakarta.servlet.Ser
|
||||
|
||||
|
||||
|
||||
[[web.servlet.embedded-container.context-initializer.init-parameters]]
|
||||
==== Init Parameters
|
||||
|
||||
Init parameters can be configured on the javadoc:jakarta.servlet.ServletContext[] using `server.servlet.context-parameters.*` properties.
|
||||
For example, the property `server.servlet.context-parameters.com.example.parameter=example` will configure a `ServletContext` init parameter named `com.example.parameter` with the value `example`.
|
||||
|
||||
|
||||
|
||||
[[web.servlet.embedded-container.context-initializer.scanning]]
|
||||
==== Scanning for Servlets, Filters, and listeners
|
||||
|
||||
|
||||
Reference in New Issue
Block a user