Skip to content
#

dtt

Here are 7 public repositories matching this topic...

Language: All
Filter by language

MyDtt-Plus is a starter of SpringBoot,I named it DTT, It's an object-oriented Java framework, "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. and optionally export SQL to local file,Each table can be added database name concat with table name. 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 + 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, Support databases of MYSQL, ORACLE, DB2, SQLSERVER, MARIADB, POSTGRESQL.

  • Updated Jul 30, 2022
  • Java

Improve this page

Add a description, image, and links to the dtt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dtt topic, visit your repo's landing page and select "manage topics."

Learn more