JHipster release 2.5.1

JHipster gives you Spring Boot + AngularJS working together in one handy Yeoman generator.

Documentation

Looking for the (old) JHipster v2.x documentation? It’s Here!

更新日志

JHipster now provides pagination on the generated entities!

Pagination uses the Link header, as in the GitHub API. You can have more information on doing pagination on a REST API on this best practices document.

Pagination is based on Spring Data (that’s why it works for SQL databases and MongoDB, but not Cassandra). As we couldn’t find any ready-made implementation for the Link header API, JHipster provides a custom implementation of this specification on both the server (Spring MVC REST) and client (AngularJS) sides.

We have 4 pagination options:

一如既往, you can check all the closed tickets here.

更新指引

使用以下命令更新Jhipster:

npm update -g generator-jhipster

使用以下命令更新你的项目

yo jhipster

帮助和缺陷

如果您发现这个版本的任何问题, 请随时联系我们: