The generator will now start asking us about the server side options that we need. Let's go through them one by one:
- Question 1: This prompt asks for a base name for the application, which is used for creating the main class file names, database names, and so on. By default, JHipster will suggest the current directory name if it doesn't contain any special characters in the name. Let's name our application as store. Please note that the files will be created in the current directory you are in:
- Question 2: This prompt asks for a Java package name. Let's choose com.mycompany.store:
- Question 3. This prompt asks whether ...