MVN

cn.youngkbt : dbdtobean-spring-boot-starter

Maven & Gradle

Aug 13, 2022
1 stars

dbdtobean-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

<dependency>
    <groupId>cn.youngkbt</groupId>
    <artifactId>dbdtobean-spring-boot-starter</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.youngkbt : dbdtobean-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of cn.youngkbt : dbdtobean-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
dbdtobean-spring-boot-starter-1.6
1.5
dbdtobean-spring-boot-starter-1.5
1.4
dbdtobean-spring-boot-starter-1.4

How to add a dependency to Maven

Add the following cn.youngkbt : dbdtobean-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.youngkbt</groupId>
    <artifactId>dbdtobean-spring-boot-starter</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.youngkbt : dbdtobean-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'cn.youngkbt:dbdtobean-spring-boot-starter:1.6'

Gradle Kotlin DSL: Add the following cn.youngkbt : dbdtobean-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.youngkbt:dbdtobean-spring-boot-starter:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.youngkbt : dbdtobean-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.youngkbt" % "dbdtobean-spring-boot-starter" % "1.6"

Advertisement