JHipster release 2.15.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!
What's new
This release fixes a few minor issues, but the biggest change is in our internal code: we have ported JHipster to the latest Yeoman version 0.20.1, and hence we are now ready for Yeoman 1.0!
A lot of things have changed under-the-hood: you should expect faster builds, but also maybe some new issues! Don't hesitate to send us feedback on GitHub/StackOverflow/Gitter.im.
And as always, you can check all the closed tickets here.
How to upgrade
Update your version of JHipster with:
npm update -g generator-jhipster
And then you can update your project when you run again
yo jhipster
You can also update your entities by running again the entity sub-generator, for example if your entity is named Foo
yo jhipster:entity Foo
Help and bugs
If you find any issue with this release, don't hesitate to:
- Contact @jhipster on Twitter
- Add a bug on our bug tracker
- Post a question on Stack Overflow