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 to create the main class filenames, database names, and so on. By default, JHipster will suggest the current directory name if it doesn't contain any special characters. Let's name our application store. Please note that the files will be created in the directory you are currently in:
- Question 2: This prompt asks for a Java package name. Let's choose com.mycompany.store:
- Question 3. This prompt asks whether we need to configure ...