# MybatisGenCode **Repository Path**: listers/MybatisGenCode ## Basic Information - **Project Name**: MybatisGenCode - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2018-08-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### spring-boot mybatis代码生成。 1、下载 [genCode.zip](https://gitee.com/zhanghw/MybatisGenCode/raw/master/genCode.zip) 安装到idea plugin (File -> Settings -> Plugin -> Install plugin from disk…) 2、配置数据库连接。 application.yml ``` spring: profiles: active: dev ``` application-dev.yml ``` spring: datasource: url: jdbc:mysql://127.0.0.1:3306/test username: 123 password: 456 driver-class-name: com.mysql.jdbc.Driver ``` 3、idea menu -> code -> 生成代码。