Spring Boot starter that generates RDB tables from Java domain models.
DTT is a Java Spring Boot starter that converts annotated Java domain models and Javadoc into SQL DDL and can automatically create or export database tables. It integrates with the Spring Boot ecosystem and generates mapper/service sources for server-side applications. Suited for backend projects that want domain-driven schema generation and optional runtime table creation.
0