You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I defined a RestController ,which annotated with @RequestMapping("${infrastructure.endpoints.project.base-path:/api/v1/projects}") , but when I use this controller to generate Link , list.add(linkTo(methodOn(ProjectController.class).list()).withRel(PROJECTS));
I got link like this
I defined a RestController ,which annotated with @RequestMapping("${infrastructure.endpoints.project.base-path:/api/v1/projects}") , but when I use this controller to generate Link ,
list.add(linkTo(methodOn(ProjectController.class).list()).withRel(PROJECTS));
I got link like this
infrastructure.endpoints.project.base-path
did'nt evaluate with the EnvironmentThe text was updated successfully, but these errors were encountered: