我正在使用Spring HATEOAS,我想创建
"href": "http://localhost:8080/student-catalog/v1/student/451"
,带有下面的代码,但即将到来的"href": "http://localhost:8080/student-catalog/v1/451"
StudentResource resource = createResourceWithId(student.getId(), student);
有关如何创建的任何快速帮助