Skip to content

Fyro-Ing/mvc-multi-context

Repository files navigation

mvc-multi-context

mvc multi project on spring boot

3 context path :

  • /api
  • /api/one
  • /api/two

POST /api/two => 404

UrlPathHelper#getLookupPathForRequest : line 173

if (!"".equals(rest)) {
  return rest;
}

why not

if (notEmpty(rest)) {
  return rest;
}

About

mvc multi project on spring boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages