# mybatis-generator-for-service **Repository Path**: Listener_liang/mybatis-generator-for-service ## Basic Information - **Project Name**: mybatis-generator-for-service - **Description**: mybatis generator生成service层类 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-07 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Overview MyBatis Generator (MBG) is a code generator for the MyBatis SQL mapping framework. MBG will introspect database tables (through JDBC DatabaseMetaData) and generate SQL Map XML files, Java model object (POJOs) that match the table, and (optionally) Java client classes that use the other generated objects. MBG can also generate Kotlin code for MyBatis. For full documentation, please refer to the user's manual at http://www.mybatis.org/generator/ ## Dependencies There are no dependencies beyond the JRE. Java 8 or above is required. Also required is a JDBC driver that implements the DatabaseMetaData interface, especially the "getColumns" and "getPrimaryKeys" methods. ## Support Support is provided through the user mailing list. Mail questions or bug reports to: mybatis-user@googlegroups.com