JHipster 5 availability
问题 Is JHipster 5 (with Spring Boot 2) available to play around with? I've noticed that there is mention about work on JHipster 5 in the release notes, but can't see any info on how to install/run a 'preview' version of 5. 回答1: You can use directly the master version, no need to wait for a release: git clone https://github.com/jhipster/generator-jhipster cd generator-jhipster yarn install yarn link Then, when you want to generate a new project, using master branch: mkdir newapp cd newapp yarn