License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcn.huangxulin |
ArtifactId | ArtifactIdcode-generator-spring-boot-autoconfigure |
Last Version | Last Version3.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA code generator based on MyBatisPlus, which provides a web visual configuration page.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/cn.huangxulin/code-generator-spring-boot-autoconfigure/ -->
<dependency>
<groupId>cn.huangxulin</groupId>
<artifactId>code-generator-spring-boot-autoconfigure</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.huangxulin/code-generator-spring-boot-autoconfigure/
implementation 'cn.huangxulin:code-generator-spring-boot-autoconfigure:3.1.1'
// https://jarcasting.com/artifacts/cn.huangxulin/code-generator-spring-boot-autoconfigure/
implementation ("cn.huangxulin:code-generator-spring-boot-autoconfigure:3.1.1")
'cn.huangxulin:code-generator-spring-boot-autoconfigure:jar:3.1.1'
<dependency org="cn.huangxulin" name="code-generator-spring-boot-autoconfigure" rev="3.1.1">
<artifact name="code-generator-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.huangxulin', module='code-generator-spring-boot-autoconfigure', version='3.1.1')
)
libraryDependencies += "cn.huangxulin" % "code-generator-spring-boot-autoconfigure" % "3.1.1"
[cn.huangxulin/code-generator-spring-boot-autoconfigure "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.3.11.RELEASE |
com.baomidou : mybatis-plus-generator | jar | 3.1.1 |
org.apache.velocity : velocity-engine-core | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.3.11.RELEASE |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.3.11.RELEASE |
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java Optional | jar | 8.0.25 |