In the classic web.xml type configuration you could configure context parameters like so
web.xml
... p-nam
Since Spring Boot 2.0.0 they updated the way to add context param:
server.servlet.context-parameters.yourProperty.
You can see more updates on this link