License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration MyBatis Data ORM |
GroupId | GroupIdcom.github.odinysus |
ArtifactId | ArtifactIdmybatis-boot-generator-autoconfigure |
Version | Version0.0.4 |
Type | Typejar |
Description |
Descriptionmybatis-boot-generator-autoconfigure
mybatis plus spring-boot generator autoconfigure
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.odinysus/mybatis-boot-generator-autoconfigure/ -->
<dependency>
<groupId>com.github.odinysus</groupId>
<artifactId>mybatis-boot-generator-autoconfigure</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.odinysus/mybatis-boot-generator-autoconfigure/
implementation 'com.github.odinysus:mybatis-boot-generator-autoconfigure:0.0.4'
// https://jarcasting.com/artifacts/com.github.odinysus/mybatis-boot-generator-autoconfigure/
implementation ("com.github.odinysus:mybatis-boot-generator-autoconfigure:0.0.4")
'com.github.odinysus:mybatis-boot-generator-autoconfigure:jar:0.0.4'
<dependency org="com.github.odinysus" name="mybatis-boot-generator-autoconfigure" rev="0.0.4">
<artifact name="mybatis-boot-generator-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.odinysus', module='mybatis-boot-generator-autoconfigure', version='0.0.4')
)
libraryDependencies += "com.github.odinysus" % "mybatis-boot-generator-autoconfigure" % "0.0.4"
[com.github.odinysus/mybatis-boot-generator-autoconfigure "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.2.RELEASE |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.3.2 |
com.baomidou : mybatis-plus-support | jar | 2.3 |
com.baomidou : mybatis-plus-generate | jar | 2.3 |
mysql : mysql-connector-java | jar | 5.1.46 |
org.apache.velocity : velocity | jar | 1.7 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |