parent directory.. | ||||
View all files | ||||
In a Spring Boot application, the context path represents the base URL for accessing your application. By default, it's set to '/',
To change the context path, you need to add the following property to your application.properties file.
Alternatively, if you're using the application.yaml file, you can do this
Read full article here