d

dbdtobean-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
https://github.com/Kele-Bingtang/DBDToBean
Server Side Public License
Kele_Bingtang
Files download
File Operation
dbdtobean-spring-boot-autoconfigure-1.6.jar download
dbdtobean-spring-boot-autoconfigure-1.6.pom download
dbdtobean-spring-boot-autoconfigure-1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.youngkbt</groupId>
  <artifactId>dbdtobean-spring-boot-autoconfigure</artifactId>
  <version>1.6</version>
</dependency>
Gradle Groovy
implementation 'cn.youngkbt:dbdtobean-spring-boot-autoconfigure:1.6'
Gradle Kotlin
implementation("cn.youngkbt:dbdtobean-spring-boot-autoconfigure:1.6")
Scala SBT
libraryDependencies += "cn.youngkbt" % "dbdtobean-spring-boot-autoconfigure" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='cn.youngkbt', module='dbdtobean-spring-boot-autoconfigure', version='1.6')
)
Apache Ivy
<dependency org="cn.youngkbt" name="dbdtobean-spring-boot-autoconfigure" rev="1.6" />
Leiningen
[cn.youngkbt/dbdtobean-spring-boot-autoconfigure "1.6"]
Apache Buildr
'cn.youngkbt:dbdtobean-spring-boot-autoconfigure:jar:1.6'