is not current version
Last Version 3.3.2

com.github.wujiuye:easy-mybatis-plus-generator 2.0.1-RELEASE

mybatis-plus代码生成器封装,只需配置文件简单配置即可使用,并去掉了默认的Service、ServiceImpl、Controller的生成

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.wujiuye
ArtifactId

ArtifactId

easy-mybatis-plus-generator
Version

Version

2.0.1-RELEASE
Type

Type

jar

Download easy-mybatis-plus-generator 2.0.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.wujiuye/easy-mybatis-plus-generator/ -->
<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>easy-mybatis-plus-generator</artifactId>
    <version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wujiuye/easy-mybatis-plus-generator/
implementation 'com.github.wujiuye:easy-mybatis-plus-generator:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.wujiuye/easy-mybatis-plus-generator/
implementation ("com.github.wujiuye:easy-mybatis-plus-generator:2.0.1-RELEASE")
'com.github.wujiuye:easy-mybatis-plus-generator:jar:2.0.1-RELEASE'
<dependency org="com.github.wujiuye" name="easy-mybatis-plus-generator" rev="2.0.1-RELEASE">
  <artifact name="easy-mybatis-plus-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wujiuye', module='easy-mybatis-plus-generator', version='2.0.1-RELEASE')
)
libraryDependencies += "com.github.wujiuye" % "easy-mybatis-plus-generator" % "2.0.1-RELEASE"
[com.github.wujiuye/easy-mybatis-plus-generator "2.0.1-RELEASE"]