springboot-mybatis uses reverse engineering to generate files such as entity classes and mappers

**

Prerequisite for use, database and data table have been created

**

1. Download the reverse engineering project and
click to download

2. Download/import the Jar package
Insert picture description here
3. Modify the generatorConfig.xml configuration file
Insert picture description here
Insert picture description here
4. Run
Insert picture description here
5. Results
Insert picture description here
Copy the required classes and files to your own project, and call it a day

Guess you like

Origin blog.csdn.net/qq_42301302/article/details/103524808