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
- Host: GitHub
- URL: https://github.com/baomidou/mybatis-plus-maven-plugin
- Owner: baomidou
- License: apache-2.0
- Created: 2016-09-01T08:31:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T08:39:59.000Z (over 5 years ago)
- Last Synced: 2025-03-24T05:23:01.122Z (7 months ago)
- Language: Java
- Homepage: http://mp.baomidou.com
- Size: 26.4 KB
- Stars: 63
- Watchers: 17
- Forks: 39
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##mybatisplus-maven-plugin 简介
* [mybatis-plus](http://git.oschina.net/baomidou/mybatis-plus) 代码生成工具的 maven 插件版本
* 所有配置均包含在以下的xml中
```xmlcom.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}