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
Activity
agbilotia1998 commentedon Dec 10, 2020
Observing same issue, any workaround for this?
agbilotia1998 commentedon Dec 11, 2020
Hi @lmtoo the issue seems to be resolved in hateoas version
1.2.2
maybe you can try using that.jpoisso commentedon Jan 28, 2022
We're having the same issue in 1.4.0 as well.
chakradev commentedon May 23, 2022
please share workaround if any
ckdrunix commentedon Nov 9, 2023
If you are using spring boot PR #1411 (not yet merged) probably would adress this issue