JHipster release 1.1.0
JHipster gives you Yeoman + Maven + Spring + AngularJS all working together in one handy generator.
What's new
This release comes with several enhancements and bug fixes.
Most importantly:
- We have early support for deploying a JHipster application to the cloud in one command! We currently support Heroku and Openshift. Please give them a try, but remember, this is an early release!
- We updated the Liquibase/JPA configuration so that they now match 100%. We even run the Hibernate schema validation tool when running the tests ("mvn test"). However, this will probably break existing Liquibase configuration, or be too strict for most users: please notify us, and we will remove this check in future releases if it is too strict!
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
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