d

dtt-spring-boot-starter

DTT is an object-oriented Java framework that enables developers to automatically create database tables based on domain models through annotation-driven development, increasing productivity for developers. The core concept of DTT is domain-driven table, which makes you focus more on domain objects rather than database tables.
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.4.1.jar download
dtt-spring-boot-starter-1.4.1.pom download
dtt-spring-boot-starter-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.weasley-j</groupId>
  <artifactId>dtt-spring-boot-starter</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.weasley-j:dtt-spring-boot-starter:1.4.1'
Gradle Kotlin
implementation("io.github.weasley-j:dtt-spring-boot-starter:1.4.1")
Scala SBT
libraryDependencies += "io.github.weasley-j" % "dtt-spring-boot-starter" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.weasley-j', module='dtt-spring-boot-starter', version='1.4.1')
)
Apache Ivy
<dependency org="io.github.weasley-j" name="dtt-spring-boot-starter" rev="1.4.1" />
Leiningen
[io.github.weasley-j/dtt-spring-boot-starter "1.4.1"]
Apache Buildr
'io.github.weasley-j:dtt-spring-boot-starter:jar:1.4.1'