- Spring Boot 2.0 Projects
- Mohamed Shazin Sadakath
- 69字
- 2021-08-13 16:00:09
Using the changed servlet-specific server properties
With the introduction of Reactive Web Programming out of the box in Spring Boot 2.0, there needs to be a differentiation between properties for a servlet stack and properties for a reactive stack, so that previous properties such as server.*, which was related to the server ServletContext path, is not changed to server.servlet.* , avoiding verbosity in property naming.