Spring Hateoas 0.4 发布

Spring Hateoas 0.4 发布了,Spring HATEOAS 是一个用于支持实现超文本驱动的 REST Web 服务的开发库。是 HATEOAS 的实现。

该版本最重要的新特性是:

- extended LinkBuilder API to point to Controller *methods* as well
- Jackson 2 support
- HAL support
- EntityLinks API to create links pointing to controllers managing a particular entity type
- introduced LinkDiscoverer API to find links in representations by rel (incl. JSONPath based implementation)

相关链接:

Download | Documentation | Javadoc API (coming soon) | Change Log | Issues/Bugs |

原文地址:https://www.cnblogs.com/kuaidianba/p/2889449.html