License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcn.youngkbt |
ArtifactId | ArtifactIddbdtobean-spring-boot-autoconfigure |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondbdtobean-spring-boot-autoconfigure
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-autoconfigure/ -->
<dependency>
<groupId>cn.youngkbt</groupId>
<artifactId>dbdtobean-spring-boot-autoconfigure</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.youngkbt/dbdtobean-spring-boot-autoconfigure/
implementation 'cn.youngkbt:dbdtobean-spring-boot-autoconfigure:1.5'
// https://jarcasting.com/artifacts/cn.youngkbt/dbdtobean-spring-boot-autoconfigure/
implementation ("cn.youngkbt:dbdtobean-spring-boot-autoconfigure:1.5")
'cn.youngkbt:dbdtobean-spring-boot-autoconfigure:jar:1.5'
<dependency org="cn.youngkbt" name="dbdtobean-spring-boot-autoconfigure" rev="1.5">
<artifact name="dbdtobean-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.youngkbt', module='dbdtobean-spring-boot-autoconfigure', version='1.5')
)
libraryDependencies += "cn.youngkbt" % "dbdtobean-spring-boot-autoconfigure" % "1.5"
[cn.youngkbt/dbdtobean-spring-boot-autoconfigure "1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.5.3 |
mysql : mysql-connector-java | jar | 8.0.26 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.5.3 |