MVN

io.github.weasley-j : mydtt-plus-spring-boot-starter

Maven & Gradle

Aug 20, 2022
322 stars

mydtt-plus-spring-boot-starter · MyDtt-Plus is a starter of spring-boot, It is an object-oriented Java framework that helps developers increase productivity, "Domain Driven Table" is the concept of DTT, It makes you focus more on domain objects rather than tables. Aims to make it easy to automatically create DB tables based on your Java model with annotation driven. It's also support the ability of create table automatically for MyBatis what Hibernate can do and optionally export SQL to local file,Each table can be added database name concat with table name and fully comments, It can work with ORM frameworks such as MyBatis-Plus and MyBatis with little learning and usage costs. It's worth mentioning that DTT can be MyBatis-Plus is integrated in a 0-code way, just like JPA. However, MyDtt-Plus and MyBatis-Plus may be easier to expand and use than JPA. In addition to supporting the functions of JPA, DDT provides multi-table associated SQL DDL based on MyBatis operation, DTT support databases server for MYSQL, ORACLE, DB2, SQLSERVER, MARIADB, POSTGRESQL and embedded database for H2, HSQL, DERBY.

<dependency>
    <groupId>io.github.weasley-j</groupId>
    <artifactId>mydtt-plus-spring-boot-starter</artifactId>
    <version>1.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.weasley-j : mydtt-plus-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.5

All Versions

Choose a version of io.github.weasley-j : mydtt-plus-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
mydtt-plus-spring-boot-starter-1.3.5
mydtt-plus-spring-boot-starter-1.3.4
mydtt-plus-spring-boot-starter-1.3.3
mydtt-plus-spring-boot-starter-1.3.2
mydtt-plus-spring-boot-starter-1.3.1
mydtt-plus-spring-boot-starter-1.3.0
1.2.x
mydtt-plus-spring-boot-starter-1.2.9
mydtt-plus-spring-boot-starter-1.2.8
mydtt-plus-spring-boot-starter-1.2.7
mydtt-plus-spring-boot-starter-1.2.6
mydtt-plus-spring-boot-starter-1.2.5
mydtt-plus-spring-boot-starter-1.2.4
mydtt-plus-spring-boot-starter-1.2.3
mydtt-plus-spring-boot-starter-1.2.2
mydtt-plus-spring-boot-starter-1.2.1
mydtt-plus-spring-boot-starter-1.2.0
1.1.x
mydtt-plus-spring-boot-starter-1.1.0
1.0.x
mydtt-plus-spring-boot-starter-1.0.9
mydtt-plus-spring-boot-starter-1.0.8
mydtt-plus-spring-boot-starter-1.0.7
mydtt-plus-spring-boot-starter-1.0.6
mydtt-plus-spring-boot-starter-1.0.5
mydtt-plus-spring-boot-starter-1.0.4
mydtt-plus-spring-boot-starter-1.0.3
mydtt-plus-spring-boot-starter-1.0.2
mydtt-plus-spring-boot-starter-1.0.1
mydtt-plus-spring-boot-starter-1.0.0

How to add a dependency to Maven

Add the following io.github.weasley-j : mydtt-plus-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.weasley-j</groupId>
    <artifactId>mydtt-plus-spring-boot-starter</artifactId>
    <version>1.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.weasley-j : mydtt-plus-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'io.github.weasley-j:mydtt-plus-spring-boot-starter:1.3.5'

Gradle Kotlin DSL: Add the following io.github.weasley-j : mydtt-plus-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.weasley-j:mydtt-plus-spring-boot-starter:1.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.weasley-j : mydtt-plus-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.weasley-j" % "mydtt-plus-spring-boot-starter" % "1.3.5"