Tag: context path
Spring Boot – How to Change Default Context Path
by  Java4s | 4 Comments
  [ Ask Question ]
Firstly what is this context path? simply its our application name. Generally while we are hitting any application in the browser, we will write the URL with the application name(context) right? I mean… http://localhost:<port>/<application_name or context_path>/operation_name But if you check Spring…