(Since MyBatis belongs to a semi-automatic ORM framework, the main office work is to configure mapping files. However, since handwritten mapping files are prone to errors, the MyBatis generator can be used to automatically generate entity classes, DAO interfaces and mapping mapping files. This saves a lot of effort. Copy the generated code to the project project)