#generator

1 article

Boilerplate Three Ways

Three projects had releases that generate scaffolding for database access: spring-crud-generator uses an entity specification as the director for generation, scythe uses SQL queries as story drivers for data definition and API endpoints, and fluent-repo-4j provides a more direct database access model for Spring, not as reliant on domain-driven design for access patterns as the formal Spring Data modules.