JHipster release 3.10.0

更新日志

Lots of new features and bug fixes in this new release, here are the most important ones:

  • Use the new Spring 4.3 composed annotations for cleaner and shorter Spring MVC configuration. This is a great improvement for everyone! #4291
  • Update the CSRF protection mechanism #4272
  • Pagination is causing issues when changing the number of items per page #4347
  • Add springfox-bean-validators dependency for better Swagger documentation #4388
  • Gitignore should have folders and not files #4387
  • Add listener to re-add logstash appender when config is reset #4334
  • Several improvements in the upgrade sub-generator #4306
  • Fix MongoDB running with Cloud Foundry #4363

Closed tickets

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

更新指引

For an automatic upgrade, starting with JHipster v3.4.0, use the JHipster upgrade sub-generator on an existing application:

yo jhipster:upgrade

选择手动升级, 需要先升级你的Jhipster版本:

npm update -g generator-jhipster

如果你已经有了一个项目, 将会继续使用当时项目生成的Jhipster版本. 如果需要升级你的项目, 你需要先删除node_modules文件夹再运行:

yo jhipster

更新你的项目和所有的实体类

yo jhipster --with-entities

你也可以使用实体类子生成器挨个更新你的实体类, 例如你的实体类名字是_Foo_

yo jhipster:entity Foo

帮助和缺陷

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

如果您遇到的问题是紧急错误或安全问题,请: