Installer NodeJS LTS (>10.20) Installer JHipster: npm install -g generator-jhipster mkdir ecom-apps cd ecom-apps Creer un projet: jhipster Voici les réponses aux questions pour le TP - May JHipster anonymously report usage statistics to improve the tool over time? No - Which *type* of application would you like to create? Monolithic application (recommended for simple projects) - [Beta] Do you want to make it reactive with Spring WebFlux? No - What is the base name of your application? ecom - What is your default Java package name? com.soprasteria.formation.jhipster.ecom - Do you want to use the JHipster Registry to configure, monitor and scale your application? No - Which *type* of authentication would you like to use? JWT authentication (stateless, with a token) - Which *type* of database would you like to use? SQL (H2, MySQL, MariaDB, PostgreSQL, Oracle, MSSQL) - Which *production* database would you like to use? PostgreSQL - Which *development* database would you like to use? H2 with in-memory persistence - Do you want to use the Spring cache abstraction? Yes, with the Ehcache implementation (local cache, for a single node) - Do you want to use Hibernate 2nd level cache? Yes - Would you like to use Maven or Gradle for building the backend? Maven - Which other technologies would you like to use? - Which *Framework* would you like to use for the client? Angular - Would you like to use a Bootswatch theme (https://bootswatch.com/)? Default JHipster - Would you like to enable internationalization support? Yes - Please choose the native language of the application English - Please choose additional languages to install French - Besides JUnit and Jest, which testing frameworks would you like to use? - Would you like to install other generators from the JHipster Marketplace? No