An open API service indexing awesome lists of open source software.

https://github.com/baomidou/mybatis-plus-maven-plugin

mybatis-plus code generator for maven plugin
https://github.com/baomidou/mybatis-plus-maven-plugin

Last synced: 6 months ago
JSON representation

mybatis-plus code generator for maven plugin

Awesome Lists containing this project

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}