Installation/usage best practices #286
-
Hi, In the documentation on the JHipster site, it is said that we need to install JHipster first (https://www.jhipster.tech/blueprints/quarkus/001_installing_jhipster_quarkus.html) and at the same time that we don't have to install it as it is embedded (https://www.jhipster.tech/blueprints/quarkus/002_creating_an_application.html). What is the best way to use this blueprint ? Especially now, as JHipster v8 is being released, is this blueprint ready to use it ? Regards. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
If you install JHipster first, you'll need to install version 7.9.3. This blueprint hasn't been updated for JHipster 8. |
Beta Was this translation helpful? Give feedback.
-
I suggest to always use |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answers, I’ll go with the |
Beta Was this translation helpful? Give feedback.
I suggest to always use
jhipster-quarkus
CLI as documented under creating an application section to avoid any compatibility issues.