a7f8a2c6987a9c4b8463650ee70e45ffae6fdf7c
We now support composed annotations using @AliasFor such as @GetMapping that are mixed with @RequestMapping on type and method level.
@RequestMapping("type")
class MyController {
@GetMapping("method")
String method() {
…
}
}
Original pull request: #497.
Spring Hateoas
This project provides some APIs to ease creating REST representations that follow the HATEOAS principle when working with Spring and especially Spring MVC. The core problem it tries to address is link creation and representation assembly.
Resources
- Reference documentation - html, pdf
- JavaDoc
- Getting started guide
Description
Languages
Java
99.5%
Shell
0.5%