JHipster release 2.2.0

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!

更新日志

This is mostly a bug-fixing release, but we included a breaking change in the configuration files of the entity sub-generator:

  • Configuration files are now stored in the ‘.jhipster’ directory, and not at the root directory, so we don’t end up with lots of files at the root of the project (this mostly affected Windows users, as their inferior OS has no idea what a dotfile is)
  • Now those files always start with a upper case letter: they have the same name as the entity they generate. Otherwise we had trouble with people calling the sub-generator twice, once with a upper-case letter, and once with a lower-case letter

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

更新指引

使用以下命令更新Jhipster:

npm update -g generator-jhipster

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

yo jhipster

帮助和缺陷

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