d

dtt-spring-boot-starter

DTT is an object-oriented Java framework that helps developers increase productivity, Domain driven table is the concept of DTT which makes you focus more on domain objects rather than tables. Aims to make it's easy to create database tables automatically based on Java model with annotation driven. It's also support the ability of creating table lazily on demand for MyBatis and optionally exports all tables DDL to local file, It can work with some ORM-Frameworks(MyBatis, MyBatis-Plus) with little learning and usage costs, DTT support databases server for MYSQL, ORACLE, DB2, SQLSERVER, MARIADB, POSTGRESQL and embedded database for H2, HSQL, DERBY.
https://github.com/Weasley-J/dtt-spring-boot-parent
GNU GENERAL PUBLIC LICENSE, Version 3
Weasley J
Files download
File Operation
dtt-spring-boot-starter-1.3.6.jar download
dtt-spring-boot-starter-1.3.6.pom download
dtt-spring-boot-starter-1.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.weasley-j</groupId>
  <artifactId>dtt-spring-boot-starter</artifactId>
  <version>1.3.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.weasley-j:dtt-spring-boot-starter:1.3.6'
Gradle Kotlin
implementation("io.github.weasley-j:dtt-spring-boot-starter:1.3.6")
Scala SBT
libraryDependencies += "io.github.weasley-j" % "dtt-spring-boot-starter" % "1.3.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.weasley-j', module='dtt-spring-boot-starter', version='1.3.6')
)
Apache Ivy
<dependency org="io.github.weasley-j" name="dtt-spring-boot-starter" rev="1.3.6" />
Leiningen
[io.github.weasley-j/dtt-spring-boot-starter "1.3.6"]
Apache Buildr
'io.github.weasley-j:dtt-spring-boot-starter:jar:1.3.6'