There are many articles on the Internet about how to change the servlet context path.
Today, while examining the codes in a legacy project, I saw that the following definition was made in the application.yaml
server:
servlet:
context-path: /v1
Frankly, I was wondering. Why would we want to change the servlet context path?