# mybatisplus-maven-plugin **Repository Path**: HHcoder/mybatisplus-maven-plugin ## Basic Information - **Project Name**: mybatisplus-maven-plugin - **Description**: Mybatis-Plus Maven 代码生成插件 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 127 - **Created**: 2016-10-11 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##mybatisplus-maven-plugin 简介 * [mybatis-plus](http://git.oschina.net/baomidou/mybatis-plus) 代码生成工具的 maven 插件版本 * 所有配置均包含在以下的xml中 ```xml com.baomidou mybatisplus-maven-plugin 1.0.0 e:\cache true true Yanghu com.mysql.jdbc.Driver jdbc:mysql://127.0.0.1:3306/demo?useUnicode=true&useSSL=false root 123456 underline_to_camel longtype uuid net.hyman service service.impl entity mapper mapper.xml mysql mysql-connector-java ${mysql.version}