JHipster release 0.11.0

JHipster为您提供集Yeoman + Maven + Spring + AngularJS于一体的应用生成器.

更新日志

This is the most important version we have done, ever. More than one month of work to give you full hot reloading of your Java code.

We do not know of any other solution that goes this far, as we have hot reloading working from the database (the tables are automatically updated) to the JavaScript application!

Hot reload is specifically impressive as you can:

  • Add or modify any Spring bean (JHipster handles autowiring, aspects, caching… all automatically!)
  • Add or modify Spring Data JPA repositories or Spring MVC REST endpoints
  • Add new JPA entities (Hibernate is updated, and we even generate the Liquibase changeset automatically, and update the database accordingly!)

All those are possible thanks to a lot of very complex code that is generated inside your application: in the future, we will probably release this as a separate library.

This version also comes with some less important changes:

  • Many improvements on the Metrics page
  • All Grunt libraries are now fixed, as we had to many issues with broken JavaScript libraires. This is the same thing we have done with Bower in the previous release
  • We have switched from HSQLDB to H2, as it provides a nice Web console, available with the “/console” URL of your application. This allows you to check that hot reload really updated your database!
  • Several bugfixes, most noticeably in the Atmosphere code

更新指引

使用以下命令更新Jhipster:

npm update -g generator-jhipster

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

yo jhipster

帮助和缺陷

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