License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.youngkbt |
ArtifactId | ArtifactIddbdtobean-spring-boot-starter |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondbdtobean-spring-boot-starter
Read the table fields of the database and generate entity class files and curd class files of controller, service, Dao and mapper layers
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.youngkbt/dbdtobean-spring-boot-starter/ -->
<dependency>
<groupId>cn.youngkbt</groupId>
<artifactId>dbdtobean-spring-boot-starter</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.youngkbt/dbdtobean-spring-boot-starter/
implementation 'cn.youngkbt:dbdtobean-spring-boot-starter:1.5'
// https://jarcasting.com/artifacts/cn.youngkbt/dbdtobean-spring-boot-starter/
implementation ("cn.youngkbt:dbdtobean-spring-boot-starter:1.5")
'cn.youngkbt:dbdtobean-spring-boot-starter:jar:1.5'
<dependency org="cn.youngkbt" name="dbdtobean-spring-boot-starter" rev="1.5">
<artifact name="dbdtobean-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.youngkbt', module='dbdtobean-spring-boot-starter', version='1.5')
)
libraryDependencies += "cn.youngkbt" % "dbdtobean-spring-boot-starter" % "1.5"
[cn.youngkbt/dbdtobean-spring-boot-starter "1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.5.2 |
cn.youngkbt : dbdtobean-spring-boot-autoconfigure | jar | 1.5 |