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.
java spring-boot table spring-boot-starter springboot mybatis ddd-architecture dtt domain-to-table domain-driven-table javabean-to-table
-
Updated
Jun 19, 2025 - Java