Before you start you have to have created SpringBoot project with created models/entities in separate directory /model
module-directory/
│
├─ src/
│ ├─ main/
│ │ ├─ java/
│ │ │ ├─ com/
│ │ │ │ ├─ example/
│ │ │ │ │ ├── module/
│ │ │ │ │ │ └── Entity.java # Entity class (can have any name)
│ │ │ │ │ ├── Application.java # Main application class (can have any name)
- Put the scripts into the module/directory of your springboot service OR use argument with full path to this directory"
- After the first generation part the DTOs will be created. Not you can change them before continuing
- After adjusting the DTOs you can type Y/y to continue generator script. It will generate another part of the service
- Put the scripts into the module/directory of your springboot service OR use argument with full path to this directory"
- The objects used in test generated in a separate directory for easily changing them with the future changes



