License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.wujiuye |
ArtifactId | ArtifactIdeasy-mybatis-plus-generator |
Last Version | Last Version3.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneasy-mybatis-plus-generator
mybatis-plus代码生成器封装,只需配置文件简单配置即可使用,并去掉了默认的Service、ServiceImpl、Controller的生成
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.wujiuye/easy-mybatis-plus-generator/ -->
<dependency>
<groupId>com.github.wujiuye</groupId>
<artifactId>easy-mybatis-plus-generator</artifactId>
<version>3.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wujiuye/easy-mybatis-plus-generator/
implementation 'com.github.wujiuye:easy-mybatis-plus-generator:3.3.2'
// https://jarcasting.com/artifacts/com.github.wujiuye/easy-mybatis-plus-generator/
implementation ("com.github.wujiuye:easy-mybatis-plus-generator:3.3.2")
'com.github.wujiuye:easy-mybatis-plus-generator:jar:3.3.2'
<dependency org="com.github.wujiuye" name="easy-mybatis-plus-generator" rev="3.3.2">
<artifact name="easy-mybatis-plus-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wujiuye', module='easy-mybatis-plus-generator', version='3.3.2')
)
libraryDependencies += "com.github.wujiuye" % "easy-mybatis-plus-generator" % "3.3.2"
[com.github.wujiuye/easy-mybatis-plus-generator "3.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-logging | jar | 2.3.0.RELEASE |
com.baomidou : mybatis-plus-generator | jar | 3.3.2 |
org.apache.velocity : velocity | jar | 1.7 |
org.apache.velocity : velocity-engine-core | jar | 2.2 |
org.freemarker : freemarker | jar | 2.3.30 |